File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
- name : Install PyTorch
60
60
shell : bash
61
61
run : |
62
- conda run -n build_binary pip install torch --index-url https://download.pytorch.org/whl/nightly/cpu
62
+ conda run -n build_binary pip install torch==2.9.0.dev20250716+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
63
63
- name : Install fbgemm
64
64
run : |
65
65
conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cpu
Original file line number Diff line number Diff line change 77
77
python --version
78
78
conda run -n build_binary python --version
79
79
conda run -n build_binary \
80
- pip install torch --index-url https://download.pytorch.org/whl/nightly/${{ matrix.cuda-tag }}
80
+ pip install torch==2.9.0.dev20250716+${{ matrix.cuda-tag }} --index-url https://download.pytorch.org/whl/nightly/${{ matrix.cuda-tag }}
81
81
conda run -n build_binary \
82
82
python -c "import torch"
83
83
echo "torch succeeded"
Original file line number Diff line number Diff line change 61
61
python --version
62
62
conda run -n build_binary python --version
63
63
conda run -n build_binary \
64
- pip install torch --index-url https://download.pytorch.org/whl/nightly/cpu
64
+ pip install torch==2.9.0.dev20250716+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
65
65
conda run -n build_binary \
66
66
python -c "import torch"
67
67
echo "torch succeeded"
You can’t perform that action at this time.
0 commit comments