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

Commit 667d78a

Browse files
committed
fixes
1 parent 5f4f1d1 commit 667d78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +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
812+
done
813813
compile-gguf:
814814
strategy:
815815
matrix:

0 commit comments

Comments
 (0)