Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 9 |
+
fastapi
|
| 10 |
+
uvicorn
|