Spaces:
Build error
Build error
Vijayanand Sankarasubramanian commited on
Commit ·
c133feb
1
Parent(s): a2558c3
new requirements
Browse files- requirements.txt +19 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
aiofiles==23.2.1
|
| 2 |
aiohttp==3.9.5
|
| 3 |
aiosignal==1.3.1
|
|
@@ -70,10 +71,24 @@ MarkupSafe==2.1.5
|
|
| 70 |
marshmallow==3.21.2
|
| 71 |
matplotlib==3.9.0
|
| 72 |
mdurl==0.1.2
|
|
|
|
| 73 |
multidict==6.0.5
|
| 74 |
mypy-extensions==1.0.0
|
|
|
|
| 75 |
nltk==3.8.1
|
| 76 |
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
openai==1.30.5
|
| 78 |
ordered-set==4.1.0
|
| 79 |
orjson==3.10.3
|
|
@@ -85,6 +100,7 @@ platformdirs==4.2.2
|
|
| 85 |
plumbum==1.8.3
|
| 86 |
ply==3.11
|
| 87 |
protobuf==4.25.3
|
|
|
|
| 88 |
pyarrow==16.1.0
|
| 89 |
pydantic==2.7.2
|
| 90 |
pydantic_core==2.18.3
|
|
@@ -117,6 +133,7 @@ sniffio==1.3.1
|
|
| 117 |
soupsieve==2.5
|
| 118 |
SQLAlchemy==2.0.30
|
| 119 |
starlette==0.37.2
|
|
|
|
| 120 |
tabulate==0.9.0
|
| 121 |
tenacity==8.3.0
|
| 122 |
tiktoken==0.7.0
|
|
@@ -125,9 +142,11 @@ toml==0.10.2
|
|
| 125 |
tomli==2.0.1
|
| 126 |
tomlkit==0.12.0
|
| 127 |
toolz==0.12.1
|
|
|
|
| 128 |
tornado==6.4
|
| 129 |
tqdm==4.66.4
|
| 130 |
transformers==4.41.2
|
|
|
|
| 131 |
typer==0.12.3
|
| 132 |
typing-inspect==0.9.0
|
| 133 |
typing_extensions==4.12.0
|
|
|
|
| 1 |
+
accelerate==0.30.1
|
| 2 |
aiofiles==23.2.1
|
| 3 |
aiohttp==3.9.5
|
| 4 |
aiosignal==1.3.1
|
|
|
|
| 71 |
marshmallow==3.21.2
|
| 72 |
matplotlib==3.9.0
|
| 73 |
mdurl==0.1.2
|
| 74 |
+
mpmath==1.3.0
|
| 75 |
multidict==6.0.5
|
| 76 |
mypy-extensions==1.0.0
|
| 77 |
+
networkx==3.3
|
| 78 |
nltk==3.8.1
|
| 79 |
numpy==1.26.4
|
| 80 |
+
nvidia-cublas-cu12==12.1.3.1
|
| 81 |
+
nvidia-cuda-cupti-cu12==12.1.105
|
| 82 |
+
nvidia-cuda-nvrtc-cu12==12.1.105
|
| 83 |
+
nvidia-cuda-runtime-cu12==12.1.105
|
| 84 |
+
nvidia-cudnn-cu12==8.9.2.26
|
| 85 |
+
nvidia-cufft-cu12==11.0.2.54
|
| 86 |
+
nvidia-curand-cu12==10.3.2.106
|
| 87 |
+
nvidia-cusolver-cu12==11.4.5.107
|
| 88 |
+
nvidia-cusparse-cu12==12.1.0.106
|
| 89 |
+
nvidia-nccl-cu12==2.20.5
|
| 90 |
+
nvidia-nvjitlink-cu12==12.5.40
|
| 91 |
+
nvidia-nvtx-cu12==12.1.105
|
| 92 |
openai==1.30.5
|
| 93 |
ordered-set==4.1.0
|
| 94 |
orjson==3.10.3
|
|
|
|
| 100 |
plumbum==1.8.3
|
| 101 |
ply==3.11
|
| 102 |
protobuf==4.25.3
|
| 103 |
+
psutil==5.9.8
|
| 104 |
pyarrow==16.1.0
|
| 105 |
pydantic==2.7.2
|
| 106 |
pydantic_core==2.18.3
|
|
|
|
| 133 |
soupsieve==2.5
|
| 134 |
SQLAlchemy==2.0.30
|
| 135 |
starlette==0.37.2
|
| 136 |
+
sympy==1.12.1
|
| 137 |
tabulate==0.9.0
|
| 138 |
tenacity==8.3.0
|
| 139 |
tiktoken==0.7.0
|
|
|
|
| 142 |
tomli==2.0.1
|
| 143 |
tomlkit==0.12.0
|
| 144 |
toolz==0.12.1
|
| 145 |
+
torch==2.3.0
|
| 146 |
tornado==6.4
|
| 147 |
tqdm==4.66.4
|
| 148 |
transformers==4.41.2
|
| 149 |
+
triton==2.3.0
|
| 150 |
typer==0.12.3
|
| 151 |
typing-inspect==0.9.0
|
| 152 |
typing_extensions==4.12.0
|