Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
torch==2.2.0
|
2 |
-
torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
3 |
omegaconf
|
4 |
einops
|
5 |
numpy<2
|
@@ -12,4 +14,6 @@ descript-audio-codec
|
|
12 |
scipy==1.10.1
|
13 |
huggingface-hub==0.25.2
|
14 |
wheel
|
15 |
-
#https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu11torch2.2cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
|
|
|
|
|
1 |
+
#torch==2.2.0
|
2 |
+
#torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu118
|
3 |
+
torch
|
4 |
+
torchaudio
|
5 |
omegaconf
|
6 |
einops
|
7 |
numpy<2
|
|
|
14 |
scipy==1.10.1
|
15 |
huggingface-hub==0.25.2
|
16 |
wheel
|
17 |
+
#https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu11torch2.2cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
18 |
+
|
19 |
+
httpx[socks]
|