Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
torch==2.4.0
|
| 3 |
torchvision
|
| 4 |
diffusers
|
|
@@ -10,4 +10,6 @@ einops
|
|
| 10 |
gradio
|
| 11 |
spaces
|
| 12 |
sentencepiece
|
| 13 |
-
bitsandbytes
|
|
|
|
|
|
|
|
|
| 1 |
+
#--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
torch==2.4.0
|
| 3 |
torchvision
|
| 4 |
diffusers
|
|
|
|
| 10 |
gradio
|
| 11 |
spaces
|
| 12 |
sentencepiece
|
| 13 |
+
bitsandbytes
|
| 14 |
+
|
| 15 |
+
httpx[socks]
|