nemo_automodel#

Subpackages#

Package Contents#

Functions#

__getattr__

Lazily import and cache submodules listed in all when accessed.

__dir__

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

Data#

API#

nemo_automodel.__all__#

[‘recipes’, ‘shared’, ‘components’, ‘version’, ‘package_name’]

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

Lazily import and cache submodules listed in all 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.