Spaces:
Runtime error
Runtime error
Update requirements_local.txt
Browse files- requirements_local.txt +3 -4
requirements_local.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
torch
|
|
|
|
| 2 |
python-slugify
|
| 3 |
uuid
|
| 4 |
-
torch
|
| 5 |
-
torchvision
|
| 6 |
peft==0.7.1
|
| 7 |
huggingface-hub==0.23.4
|
| 8 |
diffusers==0.29.2
|
|
@@ -11,4 +10,4 @@ accelerate==0.31.0
|
|
| 11 |
safetensors==0.4.3
|
| 12 |
prodigyopt==1.0
|
| 13 |
hf-transfer==0.1.4
|
| 14 |
-
datasets==2.20.0
|
|
|
|
| 1 |
+
torch==2.0.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torchvision==0.15.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
| 3 |
python-slugify
|
| 4 |
uuid
|
|
|
|
|
|
|
| 5 |
peft==0.7.1
|
| 6 |
huggingface-hub==0.23.4
|
| 7 |
diffusers==0.29.2
|
|
|
|
| 10 |
safetensors==0.4.3
|
| 11 |
prodigyopt==1.0
|
| 12 |
hf-transfer==0.1.4
|
| 13 |
+
datasets==2.20.0
|