We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd20e10 commit cda1538Copy full SHA for cda1538
.github/workflows/unittest_ci_cpu.yml
@@ -61,7 +61,7 @@ jobs:
61
python --version
62
conda run -n build_binary python --version
63
conda run -n build_binary \
64
- pip install torch --index-url https://download.pytorch.org/whl/nightly/cpu
+ pip install torch==2.9.0.dev20250716+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
65
66
python -c "import torch"
67
echo "torch succeeded"
0 commit comments