Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -9
requirements.txt
CHANGED
@@ -12,7 +12,7 @@ uvicorn==0.34.0
|
|
12 |
|
13 |
#transformers==4.47.1
|
14 |
|
15 |
-
|
16 |
|
17 |
paramiko
|
18 |
|
@@ -22,8 +22,6 @@ huggingface_hub[hf_transfer]
|
|
22 |
git+https://github.com/huggingface/diffusers.git
|
23 |
git+https://github.com/huggingface/transformers.git
|
24 |
git+https://github.com/huggingface/accelerate.git
|
25 |
-
git+https://github.com/huggingface/safetensors.git
|
26 |
-
scipy
|
27 |
|
28 |
ftfy
|
29 |
|
@@ -36,10 +34,4 @@ xformers==0.0.29
|
|
36 |
|
37 |
numpy==2.2.1
|
38 |
|
39 |
-
peft
|
40 |
-
|
41 |
-
triton
|
42 |
-
|
43 |
-
gguf
|
44 |
-
|
45 |
#diffusers==0.32.0
|
|
|
12 |
|
13 |
#transformers==4.47.1
|
14 |
|
15 |
+
safetensors==0.5.1
|
16 |
|
17 |
paramiko
|
18 |
|
|
|
22 |
git+https://github.com/huggingface/diffusers.git
|
23 |
git+https://github.com/huggingface/transformers.git
|
24 |
git+https://github.com/huggingface/accelerate.git
|
|
|
|
|
25 |
|
26 |
ftfy
|
27 |
|
|
|
34 |
|
35 |
numpy==2.2.1
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
#diffusers==0.32.0
|