We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a37f14 commit e839ecaCopy full SHA for e839eca
nemo/collections/llm/modelopt/model_utils.py
@@ -234,6 +234,7 @@ def restore_modelopt_state(
234
mto.plugins.restore_sharded_modelopt_state(
235
[core_model],
236
ckpt_to_weights_subdir(path, is_saving=False),
237
+ prefix="module.",
238
)
239
if mto.ModeloptStateManager.is_converted(core_model):
240
logging.info("Restored Model Optimizer state from checkpoint.")
0 commit comments