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 f9e09d9 commit a0cfd13Copy full SHA for a0cfd13
tests/experimental/torch/_compress/nas/plugins/test_nas_convert.py
@@ -86,8 +86,7 @@ def run_nas_convert(
86
# The inputs for the nas.convert() step.
87
#
88
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"
+ llama_checkpoint_path = puzzle_dir / "input_model/llama"
91
dataset_path = puzzle_dir / "dummy_dataset"
92
hydra_config_dir = project_root_path / "tests/experimental/torch/_compress/resources/configs"
93
hydra_config_name = "Llama-3_1-8B"
0 commit comments