File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 run : python -m pip install --upgrade pip
3434 - name : Install dependencies
3535 run : |
36- pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
36+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
3737 python -m pip install -r requirements.txt
3838 python -m pip install -r dev-requirements.txt
3939 python -m pip install -e .
Original file line number Diff line number Diff line change 3333 run : python -m pip install --upgrade pip
3434 - name : Install dependencies
3535 run : |
36- pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
36+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
3737 python -m pip install -r requirements.txt
3838 python -m pip install -r dev-requirements.txt
3939 python -m pip install -e .
You can’t perform that action at this time.
0 commit comments