MCPcopy
hub / github.com/NVIDIA-NeMo/Speech / __init__

Method __init__

nemo/utils/export_utils.py:87–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85
86 class MatchedScaleMaskSoftmax(ApexGuardDefaults):
87 def __init__(self):
88 super().__init__()
89 logging.warning(
90 "Apex was not found. ColumnLinear will not work. Please see the NeMo README for installation instructions: https://github.com/NVIDIA/NeMo#megatron-gpt."
91 )
92
93
94class ExportFormat(Enum):

Callers

nothing calls this directly

Calls 2

warningMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected