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 14f15ab commit 29158f0Copy full SHA for 29158f0
examples/nemo_run/common/in_memory_mmlu.py
@@ -45,7 +45,7 @@ def parse_args():
45
if __name__ == "__main__":
46
args = parse_args()
47
ckpt_path = args.nemo_ckpt
48
- if args.ckpt_dir:
+ if args.finetuned_ckpt_dir:
49
ckpt_path = _get_most_recent_ckpt(args.ckpt_dir)
50
model, trainer = setup_trainer_and_restore_model_with_modelopt_spec(
51
ckpt_path,
0 commit comments