Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/examples/test_example_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ def verify_2of4_w4a16_output(tmp_path: Path, example_dir: str):
"path": Path("sparsity_stage"),
"format": "sparse-24-bitmask",
},
"finetuning": {
"path": Path("finetuning_stage"),
"format": "sparse-24-bitmask",
},
}

for stage, stage_info in stages.items():
Expand Down
Loading