nemo_automodel#

Subpackages#

Package Contents#

Functions#

__getattr__

Lazily import and cache selected submodules / exported symbols when accessed.

__dir__

Expose the names of all available submodules for auto-completion.

Data#

API#

nemo_automodel._SUBMODULES#

None

nemo_automodel._LAZY_ATTRS: dict[str, tuple[str, str]]#

None

nemo_automodel.__all__#

‘sorted(…)’

nemo_automodel.__getattr__(name: str)[source]#

Lazily import and cache selected submodules / exported symbols when accessed.

Raises:

AttributeError if the name isn’t in all. –

nemo_automodel.__dir__()[source]#

Expose the names of all available submodules for auto-completion.