Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
|
@@ -1 +1,15 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.25.0
|
| 2 |
+
setuptools==72.1.0
|
| 3 |
+
huggingface_hub==0.25.2
|
| 4 |
+
keras-nlp==0.10.0
|
| 5 |
+
keras==2.15.0
|
| 6 |
+
tensorflow==2.15.0
|
| 7 |
+
pybind11==2.13.6
|
| 8 |
+
keras-nlp==0.10.0
|
| 9 |
+
keras==2.15.0
|
| 10 |
+
tensorflow==2.15.0
|
| 11 |
+
transformers==4.42.3
|
| 12 |
+
sentencepiece==0.2.0
|
| 13 |
+
tokenizers==0.19.1
|
| 14 |
+
faiss-cpu==1.10.0
|
| 15 |
+
stream-unzip==0.0.99
|