File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 run : |
2727 python -m pip install --upgrade "pip<24.1"
2828 pip install pyinstaller
29- pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu121
29+ pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
3030 pip install omegaconf==2.0.6 --no-deps
3131 pip install PyYAML antlr4-python3-runtime hydra-core
3232 pip install fairseq==0.12.2 --no-deps
@@ -115,7 +115,7 @@ jobs:
115115 run : |
116116 python -m pip install --upgrade "pip<24.1"
117117 pip install pyinstaller
118- pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu121
118+ pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
119119 pip install omegaconf==2.0.6 --no-deps
120120 pip install PyYAML antlr4-python3-runtime hydra-core
121121 pip install fairseq==0.12.2 --no-deps
You can’t perform that action at this time.
0 commit comments