We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a607088 commit 47db417Copy full SHA for 47db417
1 file changed
.github/workflows/unit_tests.yml
@@ -279,7 +279,7 @@ jobs:
279
fi
280
if python -VV 2>&1 | grep -q '3\.14.*free-threading'; then
281
echo "[INFO] Python 3.14t detected, installing torchao..."
282
- uv pip install /monster/docker/files/torchao-0.18.0+git13cd013d6-cp314-cp314t-linux_x86_64.whl
+ uv pip install http://10.0.13.31/files/torchao-0.18.0+git13cd013d6-cp314-cp314t-linux_x86_64.whl
283
else
284
echo "[INFO] Current Python is not 3.14t, skip torchao."
285
0 commit comments