Skip to content

Commit a0cfd13

Browse files
Change llama_checkpoint_path, can't be inside of ckpts folder
Signed-off-by: Daniel Korzekwa <[email protected]>
1 parent f9e09d9 commit a0cfd13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/experimental/torch/_compress/nas/plugins/test_nas_convert.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ def run_nas_convert(
8686
# The inputs for the nas.convert() step.
8787
#
8888
puzzle_dir = tmp_path
89-
# TODO: change it to "ckpts/llama" once the conversion script is fixed (internal NVidia modelopt bug: issues/17)
90-
llama_checkpoint_path = puzzle_dir / "ckpts/teacher"
89+
llama_checkpoint_path = puzzle_dir / "input_model/llama"
9190
dataset_path = puzzle_dir / "dummy_dataset"
9291
hydra_config_dir = project_root_path / "tests/experimental/torch/_compress/resources/configs"
9392
hydra_config_name = "Llama-3_1-8B"

0 commit comments

Comments
 (0)