File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -36,18 +36,15 @@ jobs:
3636 - name : Update pip
3737 shell : bash -l {0}
3838 run : python -m pip install --upgrade pip
39- - name : Install pytorch
40- shell : bash -l {0}
41- run : pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
4239 - name : Install Dependencies
4340 shell : bash -l {0}
4441 run : |
4542 set -eux
4643 conda install -y git
4744 conda install -y -c conda-forge glog==0.4.0 gflags fmt
45+ pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
4846 pip install cmake
4947 pip install -r docs/requirements.txt
50- export USE_NCCL=0
5148 export USE_NCCLX=0
5249 export USE_SYSTEM_LIBS=1
5350 pip install .[dev] -v
You can’t perform that action at this time.
0 commit comments