Spaces:
Runtime error
Runtime error
Muhammad Abdullah commited on
Commit ·
d6e08c0
1
Parent(s): 2e79833
updating req
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -14,6 +14,7 @@ dataclasses-json==0.6.7
|
|
| 14 |
Deprecated==1.2.14
|
| 15 |
dirtyjson==1.0.8
|
| 16 |
distro==1.9.0
|
|
|
|
| 17 |
frozenlist==1.4.1
|
| 18 |
fsspec==2024.6.1
|
| 19 |
gitdb==4.0.11
|
|
@@ -22,6 +23,7 @@ greenlet==3.0.3
|
|
| 22 |
h11==0.14.0
|
| 23 |
httpcore==1.0.5
|
| 24 |
httpx==0.27.0
|
|
|
|
| 25 |
idna==3.7
|
| 26 |
Jinja2==3.1.4
|
| 27 |
joblib==1.4.2
|
|
@@ -52,6 +54,7 @@ markdown-it-py==3.0.0
|
|
| 52 |
MarkupSafe==2.1.5
|
| 53 |
marshmallow==3.21.3
|
| 54 |
mdurl==0.1.2
|
|
|
|
| 55 |
multidict==6.0.5
|
| 56 |
mypy-extensions==1.0.0
|
| 57 |
nest-asyncio==1.6.0
|
|
@@ -78,6 +81,8 @@ regex==2024.5.15
|
|
| 78 |
requests==2.32.3
|
| 79 |
rich==13.7.1
|
| 80 |
rpds-py==0.18.1
|
|
|
|
|
|
|
| 81 |
six==1.16.0
|
| 82 |
smmap==5.0.1
|
| 83 |
sniffio==1.3.1
|
|
@@ -85,15 +90,20 @@ soupsieve==2.5
|
|
| 85 |
SQLAlchemy==2.0.31
|
| 86 |
streamlit==1.36.0
|
| 87 |
striprtf==0.0.26
|
|
|
|
| 88 |
tenacity==8.4.2
|
| 89 |
tiktoken==0.7.0
|
|
|
|
| 90 |
toml==0.10.2
|
| 91 |
toolz==0.12.1
|
|
|
|
| 92 |
tornado==6.4.1
|
| 93 |
tqdm==4.66.4
|
|
|
|
| 94 |
typing-inspect==0.9.0
|
| 95 |
typing_extensions==4.12.2
|
| 96 |
tzdata==2024.1
|
| 97 |
urllib3==2.2.2
|
|
|
|
| 98 |
wrapt==1.16.0
|
| 99 |
yarl==1.9.4
|
|
|
|
| 14 |
Deprecated==1.2.14
|
| 15 |
dirtyjson==1.0.8
|
| 16 |
distro==1.9.0
|
| 17 |
+
filelock==3.15.4
|
| 18 |
frozenlist==1.4.1
|
| 19 |
fsspec==2024.6.1
|
| 20 |
gitdb==4.0.11
|
|
|
|
| 23 |
h11==0.14.0
|
| 24 |
httpcore==1.0.5
|
| 25 |
httpx==0.27.0
|
| 26 |
+
huggingface-hub==0.23.4
|
| 27 |
idna==3.7
|
| 28 |
Jinja2==3.1.4
|
| 29 |
joblib==1.4.2
|
|
|
|
| 54 |
MarkupSafe==2.1.5
|
| 55 |
marshmallow==3.21.3
|
| 56 |
mdurl==0.1.2
|
| 57 |
+
mpmath==1.3.0
|
| 58 |
multidict==6.0.5
|
| 59 |
mypy-extensions==1.0.0
|
| 60 |
nest-asyncio==1.6.0
|
|
|
|
| 81 |
requests==2.32.3
|
| 82 |
rich==13.7.1
|
| 83 |
rpds-py==0.18.1
|
| 84 |
+
safetensors==0.4.3
|
| 85 |
+
sentencepiece==0.2.0
|
| 86 |
six==1.16.0
|
| 87 |
smmap==5.0.1
|
| 88 |
sniffio==1.3.1
|
|
|
|
| 90 |
SQLAlchemy==2.0.31
|
| 91 |
streamlit==1.36.0
|
| 92 |
striprtf==0.0.26
|
| 93 |
+
sympy==1.12.1
|
| 94 |
tenacity==8.4.2
|
| 95 |
tiktoken==0.7.0
|
| 96 |
+
tokenizers==0.19.1
|
| 97 |
toml==0.10.2
|
| 98 |
toolz==0.12.1
|
| 99 |
+
torch==2.3.1
|
| 100 |
tornado==6.4.1
|
| 101 |
tqdm==4.66.4
|
| 102 |
+
transformers==4.42.3
|
| 103 |
typing-inspect==0.9.0
|
| 104 |
typing_extensions==4.12.2
|
| 105 |
tzdata==2024.1
|
| 106 |
urllib3==2.2.2
|
| 107 |
+
watchdog==4.0.1
|
| 108 |
wrapt==1.16.0
|
| 109 |
yarl==1.9.4
|