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 e184b07 commit 2cf5ea9Copy full SHA for 2cf5ea9
.github/workflows/compile.yml
@@ -25,7 +25,7 @@ jobs:
25
sysctl machdep.cpu.core_count
26
- name: Install requirements
27
run: |
28
- pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
+ pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
29
pip install -r requirements.txt
30
- name: Download checkpoints
31
0 commit comments