nemo_automodel
nemo_automodel
Subpackages
nemo_automodel._diffusersnemo_automodel._transformersnemo_automodel.clinemo_automodel.componentsnemo_automodel.shared
Submodules
Package Contents
Classes
Functions
Data
API
Bases: Loader
Loader that replaces the placeholder module in sys.modules with the canonical module during exec_module.
Bases: MetaPathFinder
Redirect nemo_automodel.models and nemo_automodel.models.*
to nemo_automodel.components.models and its subpackages.
Installed at the front of sys.meta_path so it intercepts before the
default PathFinder. Both import paths resolve to the exact same module
objects, avoiding duplication.
Expose the names of all available submodules for auto-completion.
Lazily import and cache selected submodules / exported symbols when accessed.