Skip to content

Commit 29158f0

Browse files
committed
fix bug
Signed-off-by: jenchen13 <[email protected]>
1 parent 14f15ab commit 29158f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nemo_run/common/in_memory_mmlu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def parse_args():
4545
if __name__ == "__main__":
4646
args = parse_args()
4747
ckpt_path = args.nemo_ckpt
48-
if args.ckpt_dir:
48+
if args.finetuned_ckpt_dir:
4949
ckpt_path = _get_most_recent_ckpt(args.ckpt_dir)
5050
model, trainer = setup_trainer_and_restore_model_with_modelopt_spec(
5151
ckpt_path,

0 commit comments

Comments
 (0)