fixing bugs
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
ConfigArgParse==1.7
|
4 |
Pillow==10.0.0
|
5 |
chex==0.1.7
|
6 |
-
diffusers
|
7 |
einops==0.6.1
|
8 |
flax==0.6.10
|
9 |
flaxmodels==0.1.3
|
10 |
-
gradio
|
11 |
-
huggingface_hub
|
12 |
jax==0.4.11
|
13 |
jaxlib==0.4.11+cuda11.cudnn86
|
14 |
jaxtyping==0.2.20
|
@@ -28,9 +28,9 @@ orbax-checkpoint==0.2.4
|
|
28 |
peft==0.6.2
|
29 |
pillow==10.0.0
|
30 |
scipy==1.10.1
|
31 |
-
timm
|
32 |
torch
|
33 |
torchvision
|
34 |
tqdm==4.65.0
|
35 |
-
transformers
|
36 |
wandb
|
|
|
3 |
ConfigArgParse==1.7
|
4 |
Pillow==10.0.0
|
5 |
chex==0.1.7
|
6 |
+
diffusers
|
7 |
einops==0.6.1
|
8 |
flax==0.6.10
|
9 |
flaxmodels==0.1.3
|
10 |
+
gradio
|
11 |
+
huggingface_hub
|
12 |
jax==0.4.11
|
13 |
jaxlib==0.4.11+cuda11.cudnn86
|
14 |
jaxtyping==0.2.20
|
|
|
28 |
peft==0.6.2
|
29 |
pillow==10.0.0
|
30 |
scipy==1.10.1
|
31 |
+
timm
|
32 |
torch
|
33 |
torchvision
|
34 |
tqdm==4.65.0
|
35 |
+
transformers
|
36 |
wandb
|