Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
2 |
-
jax[tpu]
|
3 |
torch
|
4 |
transformers>=4.40.0
|
5 |
-
flax
|
6 |
cached-property
|
7 |
requests
|
8 |
yt-dlp>=2023.3.4
|
|
|
1 |
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
2 |
+
jax[tpu]==0.4.14
|
3 |
torch
|
4 |
transformers>=4.40.0
|
5 |
+
flax==0.7.2
|
6 |
cached-property
|
7 |
requests
|
8 |
yt-dlp>=2023.3.4
|