Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 5f4f1d1

Browse files
committed
fixes
1 parent 871ce4a commit 5f4f1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ jobs:
809809
python3 torchchat.py generate --dtype ${DTYPE} --device mps --quant '{"linear:int8" : {"bitwidth": 8, "groupsize": 8}}' --checkpoint-path ${MODEL_PATH} --temperature 0
810810
811811
PYTORCH_ENABLE_MPS_FALLBACK=1 python3 torchchat.py generate --dtype ${DTYPE} --device mps --quant '{"linear:int4" : {"groupsize": 32}}' --checkpoint-path ${MODEL_PATH} --temperature 0
812+
end
812813
compile-gguf:
813814
strategy:
814815
matrix:

0 commit comments

Comments
 (0)