Yaron Koresh commited on
Commit
baf140e
·
verified ·
1 Parent(s): 1b2accb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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>=0.6.0
12
- transformers>=4.34.0
13
  flax
14
- cython>=0.29.30
15
- numpy>=1.0
16
- #mpi4py>=1.3
17
- dill>=0.3.8
18
- pox>=0.3.4
19
- pathos>=0.3.2
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]