Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update requirements.txt
Browse files- requirements.txt +8 -34
requirements.txt
CHANGED
@@ -1,36 +1,10 @@
|
|
1 |
-
|
2 |
-
huggingface-hub
|
3 |
-
hf-transfer
|
4 |
-
protobuf
|
5 |
-
click
|
6 |
-
pydantic
|
7 |
-
gradio
|
8 |
-
uvicorn
|
9 |
-
spaces
|
10 |
accelerate
|
11 |
-
|
12 |
-
|
13 |
-
numba
|
14 |
-
lxml
|
15 |
-
sentencepiece
|
16 |
-
invisible_watermark
|
17 |
-
huggingface_hub
|
18 |
-
beautifulsoup4
|
19 |
-
bs4
|
20 |
-
peft
|
21 |
-
transformers
|
22 |
-
flax
|
23 |
-
cython
|
24 |
numpy
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
jaxlib[cuda_local]
|
31 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
32 |
-
torch
|
33 |
-
torchaudio
|
34 |
-
torchvision
|
35 |
-
triton
|
36 |
-
xformers
|
|
|
1 |
+
gradio==5.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
accelerate
|
3 |
+
safetensors
|
4 |
+
huggingface-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
numpy
|
6 |
+
torch==2.5.1
|
7 |
+
torchaudio==2.5.1
|
8 |
+
torchvision==0.20.1
|
9 |
+
diffusers
|
10 |
+
transformers==4.48.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|