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

Commit f7f6dad

Browse files
authored
Update pull.yml
1 parent 81841ff commit f7f6dad

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
@@ -390,7 +390,7 @@ jobs:
390390
echo "::group::Run inference with quantize file"
391391
if [ $(uname -s) != Darwin ]; then
392392
python3 torchchat.py export --output-aoti-package-path /tmp/model.pt2 --quantize torchchat/quant_config/cuda-32.json --dtype float16 --checkpoint "./checkpoints/${REPO_NAME}/model.pth"
393-
python3 torchchat.py generate --aoti-package-path /tmp/model.pt2 --dtype float16 --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~
393+
python3 torchchat.py generate --aoti-package-path /tmp/model.pt2 --dtype float16 --checkpoint "./checkpoints/${REPO_NAME}/model.pth"
394394
fi
395395
echo "::endgroup::"
396396

0 commit comments

Comments
 (0)