Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +38 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,38 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.2
|
| 2 |
+
torchvision==0.16.2
|
| 3 |
+
torchaudio==2.1.2
|
| 4 |
+
termcolor==2.4.0
|
| 5 |
+
streamlit==1.39.0
|
| 6 |
+
class_registry==2.1.2
|
| 7 |
+
datasets==3.1.0
|
| 8 |
+
# -r requirements/optional.txt
|
| 9 |
+
google-search-results
|
| 10 |
+
lmdeploy>=0.2.5
|
| 11 |
+
pillow
|
| 12 |
+
python-pptx
|
| 13 |
+
timeout_decorator
|
| 14 |
+
torch
|
| 15 |
+
transformers>=4.34,<=4.40
|
| 16 |
+
vllm>=0.3.3
|
| 17 |
+
# -r requirements/runtime.txt
|
| 18 |
+
aiohttp
|
| 19 |
+
arxiv
|
| 20 |
+
asyncache
|
| 21 |
+
asyncer
|
| 22 |
+
distro
|
| 23 |
+
duckduckgo_search==5.3.1b1
|
| 24 |
+
filelock
|
| 25 |
+
func_timeout
|
| 26 |
+
griffe<1.0
|
| 27 |
+
json5
|
| 28 |
+
jsonschema
|
| 29 |
+
jupyter==1.0.0
|
| 30 |
+
jupyter_client==8.6.2
|
| 31 |
+
jupyter_core==5.7.2
|
| 32 |
+
pydantic==2.6.4
|
| 33 |
+
requests
|
| 34 |
+
termcolor
|
| 35 |
+
tiktoken
|
| 36 |
+
timeout-decorator
|
| 37 |
+
typing-extensions
|
| 38 |
+
griffe==0.48.0
|