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__#

[ā€˜_peft’, ā€˜config’, ā€˜datasets’, ā€˜distributed’, ā€˜loggers’, ā€˜loss’, ā€˜optim’, ā€˜training’, ā€˜_transformer…

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.