Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torchsde
|
| 3 |
-
torchvision
|
| 4 |
-
torchaudio
|
| 5 |
numpy>=1.25.0
|
| 6 |
einops
|
| 7 |
transformers>=4.28.1
|
|
@@ -15,6 +18,7 @@ scipy
|
|
| 15 |
tqdm
|
| 16 |
psutil
|
| 17 |
|
|
|
|
| 18 |
#non essential dependencies:
|
| 19 |
kornia>=0.7.1
|
| 20 |
spandrel
|
|
|
|
| 1 |
+
# PyTorch with CUDA 12.1 (optimized for A100)
|
| 2 |
+
torch==2.1.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
+
torchvision==0.16.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html
|
| 4 |
+
torchaudio==2.1.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html
|
| 5 |
+
|
| 6 |
+
# Core dependencies
|
| 7 |
torchsde
|
|
|
|
|
|
|
| 8 |
numpy>=1.25.0
|
| 9 |
einops
|
| 10 |
transformers>=4.28.1
|
|
|
|
| 18 |
tqdm
|
| 19 |
psutil
|
| 20 |
|
| 21 |
+
|
| 22 |
#non essential dependencies:
|
| 23 |
kornia>=0.7.1
|
| 24 |
spandrel
|