Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jax~=0.4.13
|
2 |
+
flax~=0.7.1
|
3 |
+
fjutils~=0.0.15
|
4 |
+
numpy==1.25.2
|
5 |
+
typing~=3.7.4.3
|
6 |
+
transformers~=4.31.0
|
7 |
+
einops~=0.6.1
|
8 |
+
optax~=0.1.7
|
9 |
+
msgpack~=1.0.5
|
10 |
+
ipython~=8.14.0
|
11 |
+
tqdm==4.65.0
|
12 |
+
datasets==2.14.3
|
13 |
+
setuptools~=60.0.0
|
14 |
+
easydel
|