Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
einops
|
2 |
+
flax
|
3 |
+
gradio
|
4 |
+
huggingface-hub
|
5 |
+
jax
|
6 |
+
jaxlib
|
7 |
+
ml_collections
|
8 |
+
numpy
|
9 |
+
orbax-checkpoint
|
10 |
+
Pillow
|
11 |
+
psutil
|
12 |
+
sentencepiece
|
13 |
+
tensorflow
|