Spaces:
Running
Running
Yaron Koresh
commited on
Update requirements.txt
Browse files- requirements.txt +18 -8
requirements.txt
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
accelerate
|
2 |
diffusers @ git+https://github.com/huggingface/diffusers@main
|
3 |
requests
|
@@ -8,15 +18,15 @@ invisible_watermark
|
|
8 |
huggingface_hub
|
9 |
beautifulsoup4
|
10 |
bs4
|
11 |
-
peft
|
12 |
-
transformers
|
13 |
flax
|
14 |
-
cython
|
15 |
-
numpy
|
16 |
-
|
17 |
-
dill
|
18 |
-
pox
|
19 |
-
pathos
|
20 |
--extra-index-url https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
21 |
jax[cuda_local]
|
22 |
jaxlib[cuda_local]
|
|
|
1 |
+
datasets
|
2 |
+
huggingface-hub
|
3 |
+
hf-transfer
|
4 |
+
protobuf
|
5 |
+
click
|
6 |
+
pydantic
|
7 |
+
torch
|
8 |
+
gradio[oauth]
|
9 |
+
uvicorn
|
10 |
+
spaces
|
11 |
accelerate
|
12 |
diffusers @ git+https://github.com/huggingface/diffusers@main
|
13 |
requests
|
|
|
18 |
huggingface_hub
|
19 |
beautifulsoup4
|
20 |
bs4
|
21 |
+
peft
|
22 |
+
transformers
|
23 |
flax
|
24 |
+
cython
|
25 |
+
numpy
|
26 |
+
mpi4py
|
27 |
+
dill
|
28 |
+
pox
|
29 |
+
pathos
|
30 |
--extra-index-url https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
31 |
jax[cuda_local]
|
32 |
jaxlib[cuda_local]
|