Skip to content

Commit ce01712

Browse files
authored
Remove finetuning stage from test_example_scripts (#2085)
Removed finetuning stage configuration from test script as training is no longer supported. Signed-off-by: Dipika Sikka <[email protected]>
1 parent 6284e1b commit ce01712

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/examples/test_example_scripts.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ def verify_2of4_w4a16_output(tmp_path: Path, example_dir: str):
2929
"path": Path("sparsity_stage"),
3030
"format": "sparse-24-bitmask",
3131
},
32-
"finetuning": {
33-
"path": Path("finetuning_stage"),
34-
"format": "sparse-24-bitmask",
35-
},
3632
}
3733

3834
for stage, stage_info in stages.items():

0 commit comments

Comments
 (0)