Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
torch==2.4.0
|
3 |
torchvision==0.19.0
|
4 |
transformers==4.43.4
|
@@ -13,4 +13,8 @@ spaces
|
|
13 |
insightface==0.7.3
|
14 |
onnx==1.16.2
|
15 |
onnxruntime==1.18.1
|
16 |
-
peft==0.12.0
|
|
|
|
|
|
|
|
|
|
1 |
+
#--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch==2.4.0
|
3 |
torchvision==0.19.0
|
4 |
transformers==4.43.4
|
|
|
13 |
insightface==0.7.3
|
14 |
onnx==1.16.2
|
15 |
onnxruntime==1.18.1
|
16 |
+
peft==0.12.0
|
17 |
+
|
18 |
+
gradio
|
19 |
+
httpx[socks]
|
20 |
+
datasets
|