Skip to content

Commit fd96dfc

Browse files
committed
fix py
1 parent d564be6 commit fd96dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/scripts/gather_test_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def export_models_for_ci() -> dict[str, dict]:
106106
name in MODEL_NAME_TO_OPTIONS
107107
and MODEL_NAME_TO_OPTIONS[name].quantization
108108
):
109+
backend += "-quantization"
109110

110111
if name in MODEL_NAME_TO_OPTIONS and MODEL_NAME_TO_OPTIONS[name].delegation:
111112
backend += "-delegation"

0 commit comments

Comments
 (0)