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 dd60c45 commit 65aea97Copy full SHA for 65aea97
.github/workflows/tests.yml
@@ -40,9 +40,10 @@ jobs:
40
- name: Install torch on ubuntu
41
if: startsWith(matrix.os, 'ubuntu')
42
run: |
43
- pip install --no-cache-dir torch==${{ matrix.torch }}+cpu torchvision==${{ matrix.torchvision }}+cpu -f https://download.pytorch.org/whl/torch_stable.html
+ sudo sed -i 's/azure\.//' /etc/apt/sources.list
44
sudo apt update
45
sudo apt install -y google-perftools
46
+ pip install --no-cache-dir torch==${{ matrix.torch }}+cpu torchvision==${{ matrix.torchvision }}+cpu -f https://download.pytorch.org/whl/torch_stable.html
47
- name: Install requirements
48
49
pip install -r requirements.txt
0 commit comments