ds1david commited on
Commit
fab4085
Β·
1 Parent(s): b82dc7d

fixing bugs

Browse files
Files changed (1) hide show
  1. requirements.txt +34 -8
requirements.txt CHANGED
@@ -1,11 +1,37 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu118
2
- torch==2.0.1
3
- torchvision==0.15.2
4
- jax[cuda11_pip]==0.4.13
5
- flax==0.7.4
6
  diffusers==0.24.0
7
- transformers==4.35.2
8
- peft==0.6.2
 
9
  gradio==4.12.0
10
  huggingface_hub
11
- pillow==10.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
2
+
3
+ ConfigArgParse==1.7
4
+ Pillow==10.0.0
5
+ chex==0.1.7
6
  diffusers==0.24.0
7
+ einops==0.6.1
8
+ flax==0.6.10
9
+ flaxmodels==0.1.3
10
  gradio==4.12.0
11
  huggingface_hub
12
+ jax==0.4.11
13
+ jaxlib==0.4.11+cuda11.cudnn86
14
+ jaxtyping==0.2.20
15
+ ml-dtypes==0.1.0
16
+ numpy==1.24.1
17
+ nvidia-cublas-cu11==11.11.3.6
18
+ nvidia-cuda-cupti-cu11==11.8.87
19
+ nvidia-cuda-nvcc-cu11==11.8.89
20
+ nvidia-cuda-runtime-cu11==11.8.89
21
+ nvidia-cudnn-cu11==8.9.2.26
22
+ nvidia-cufft-cu11==10.9.0.58
23
+ nvidia-cusolver-cu11==11.4.1.48
24
+ nvidia-cusparse-cu11==11.7.5.86
25
+ opt-einsum==3.3.0
26
+ optax==0.2.0
27
+ orbax-checkpoint==0.2.4
28
+ peft==0.6.2
29
+ pillow==10.0.0
30
+ scipy==1.10.1
31
+ timm==0.9.6
32
+ torch==2.0.1
33
+ torchvision==0.15.2
34
+ tqdm==4.65.0
35
+ transformers==4.35.2
36
+ transformers==4.46.3
37
+ wandbflax==0.7.4