Spaces:
Sleeping
Sleeping
Commit ·
c887602
1
Parent(s): 5bb801c
modified reqs
Browse files- requirements.txt +11 -17
requirements.txt
CHANGED
|
@@ -1,17 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
# tokenizers
|
| 13 |
-
# datasets
|
| 14 |
-
# huggingface_hub
|
| 15 |
-
# chainlit
|
| 16 |
-
# uvicorn[standard]
|
| 17 |
-
# fastapi
|
|
|
|
| 1 |
+
torch>=2.3
|
| 2 |
+
numpy
|
| 3 |
+
transformers
|
| 4 |
+
omegaconf
|
| 5 |
+
hydra-core
|
| 6 |
+
tokenizers
|
| 7 |
+
datasets
|
| 8 |
+
huggingface_hub
|
| 9 |
+
chainlit
|
| 10 |
+
uvicorn[standard]
|
| 11 |
+
fastapi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|