cbensimon HF staff commited on
Commit
dd16a03
1 Parent(s): 076601e

Fix dependencies (especially torch / CuDNN versions)

Browse files

`texify` already contains all the dependencies
`torch` is already installed in ZeroGPU!
Should fix the `RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED` error that the Space is encountering

Files changed (1) hide show
  1. requirements.txt +0 -186
requirements.txt CHANGED
@@ -1,187 +1 @@
1
- aiohttp==3.9.1
2
- aiosignal==1.3.1
3
- altair==5.2.0
4
- annotated-types==0.6.0
5
- anyio==4.2.0
6
- appnope==0.1.3
7
- argon2-cffi==23.1.0
8
- argon2-cffi-bindings==21.2.0
9
- arrow==1.3.0
10
- asttokens==2.4.1
11
- async-lru==2.0.4
12
- async-timeout==4.0.3
13
- attrs==23.1.0
14
- babel==2.14.0
15
- beautifulsoup4==4.12.2
16
- bleach==6.1.0
17
- blinker==1.7.0
18
- cachetools==5.3.2
19
- certifi==2023.11.17
20
- cffi==1.16.0
21
- charset-normalizer==3.3.2
22
- click==8.1.7
23
- python-dateutil>=2.7.0
24
- types-python-dateutil>=2.8.10
25
- colorama==0.4.6
26
- comm==0.2.0
27
- datasets==2.14.4
28
- debugpy==1.8.0
29
- decorator==5.1.1
30
- defusedxml==0.7.1
31
- dill==0.3.7
32
- evaluate==0.4.1
33
- exceptiongroup==1.2.0
34
- executing==2.0.1
35
- fastjsonschema==2.19.0
36
- filelock==3.13.1
37
- fqdn==1.4.0
38
- frozenlist==1.4.1
39
- fsspec==2023.12.2
40
- ftfy==6.1.3
41
- gitdb==4.0.11
42
- gitpython==3.1.40
43
- huggingface-hub==0.19.4
44
- idna==3.6
45
- importlib-metadata==6.11.0
46
- ipykernel==6.27.1
47
- ipython==8.18.1
48
- ipywidgets==8.1.1
49
- isoduration==20.11.0
50
- jedi==0.19.1
51
- jinja2==3.1.2
52
- joblib==1.3.2
53
- json5==0.9.14
54
- jsonpointer==2.4
55
- jsonschema==4.20.0
56
- jsonschema-specifications==2023.11.2
57
- jupyter==1.0.0
58
- jupyter-client==8.6.0
59
- jupyter-console==6.6.3
60
- jupyter-core==5.5.1
61
- jupyter-events==0.9.0
62
- jupyter-lsp==2.2.1
63
- jupyter-server==2.12.1
64
- jupyter-server-terminals==0.5.0
65
- jupyterlab==4.0.9
66
- jupyterlab-pygments==0.3.0
67
- jupyterlab-server==2.25.2
68
- jupyterlab-widgets==3.0.9
69
- markdown-it-py==3.0.0
70
- markupsafe==2.1.3
71
- matplotlib-inline==0.1.6
72
- mdurl==0.1.2
73
- mistune==3.0.2
74
- mpmath==1.3.0
75
- multidict==6.0.4
76
- python-dateutil>=2.7.0
77
- types-python-dateutil>=2.8.10
78
- doc8; extra == 'doc'
79
- sphinx>=7.0.0; extra == 'doc'
80
- sphinx-autobuild; extra == 'doc'
81
- sphinx-autodoc-typehints; extra == 'doc'
82
- sphinx_rtd_theme>=1.3.0; extra == 'doc'
83
- dateparser==1.*; extra == 'test'
84
- pre-commit; extra == 'test'
85
- pytest; extra == 'test'
86
- pytest-cov; extra == 'test'
87
- pytest-mock; extra == 'test'
88
- pytz==2021.1; extra == 'test'
89
- simplejson==3.*; extra == 'test'
90
- six>=1.12.0
91
- astroid>=1,<2; extra == 'astroid'
92
- astroid>=2,<4; extra == 'astroid'
93
- astroid>=1,<2; extra == 'test'
94
- astroid>=2,<4; extra == 'test'
95
- pytest; extra == 'test'
96
- typing-extensions>=4.0.0; python_version < "3.11"
97
- attrs[tests]; extra == 'cov'
98
- coverage[toml]>=5.3; extra == 'cov'
99
- attrs[docs,tests]; extra == 'dev'
100
- pre-commit; extra == 'dev'
101
- furo; extra == 'docs'
102
- myst-parser; extra == 'docs'
103
- sphinx; extra == 'docs'
104
- sphinx-notfound-page; extra == 'docs'
105
- sphinxcontrib-towncrier; extra == 'docs'
106
- towncrier; extra == 'docs'
107
- zope-interface; extra == 'docs'
108
- attrs[tests-no-zope]; extra == 'tests'
109
- zope-interface; extra == 'tests'
110
- cloudpickle; extra == 'tests-no-zope'
111
- hypothesis; extra == 'tests-no-zope'
112
- mypy>=1.1.1; extra == 'tests-no-zope'
113
- pympler; extra == 'tests-no-zope'
114
- pytest>=4.3.0; extra == 'tests-no-zope'
115
- pytest-mypy-plugins; extra == 'tests-no-zope'
116
- pytest-xdist[psutil]; extra == 'tests-no-zope'
117
- freezegun>=1.0,<2.0; extra == 'dev'
118
- pytest>=6.0; extra == 'dev'
119
- pytest-cov; extra == 'dev'
120
- html5lib; extra == 'html5lib'
121
- lxml; extra == 'lxml'
122
- tinycss2>=1.1.0,<1.3; extra == 'css'
123
- pycparser
124
- multiprocess==0.70.15
125
- nbclient==0.9.0
126
- nbconvert==7.13.0
127
- nbformat==5.9.2
128
- nest-asyncio==1.5.8
129
- networkx==3.2.1
130
- nltk==3.8.1
131
- notebook==7.0.6
132
- notebook-shim==0.2.3
133
- numpy==1.26.2
134
- nvidia-cublas-cu12==12.1.3.1
135
- nvidia-cuda-cupti-cu12==12.1.105
136
- nvidia-cuda-nvrtc-cu12==12.1.105
137
- nvidia-cuda-runtime-cu12==12.1.105
138
- nvidia-cudnn-cu12==8.9.2.26
139
- nvidia-cufft-cu12==11.0.2.54
140
- nvidia-curand-cu12==10.3.2.106
141
- nvidia-cusolver-cu12==11.4.5.107
142
- nvidia-cusparse-cu12==12.1.0.106
143
- nvidia-nccl-cu12==2.18.1
144
- nvidia-nvjitlink-cu12==12.3.101
145
- nvidia-nvtx-cu12==12.1.105
146
- overrides==7.4.0
147
- packaging==23.2
148
- pandas==2.1.4
149
- pandocfilters==1.5.0
150
- parso==0.8.3
151
- pexpect==4.9.0
152
- pillow==10.1.0
153
- platformdirs==4.1.0
154
- prometheus-client==0.19.0
155
- prompt-toolkit==3.0.43
156
- protobuf==4.25.1
157
- psutil==5.9.7
158
- ptyprocess==0.7.0
159
- pure-eval==0.2.2
160
- pyarrow==14.0.2
161
- numpy>=1.16.6
162
-
163
- pycparser==2.21
164
- pydantic==2.5.2
165
- pydantic-core==2.14.5
166
- pydantic-settings==2.1.0
167
- pydeck==0.8.0
168
- pygments==2.17.2
169
- pypdfium2==4.25.0
170
- pyperclip==1.8.2
171
- python-dateutil==2.8.2
172
- python-dotenv==1.0.0
173
- python-json-logger==2.0.7
174
- pytz==2023.3.post1
175
- pyyaml==6.0.1
176
- pyzmq==25.1.2
177
- qtconsole==5.5.1
178
- qtpy==2.4.1
179
- rapidfuzz==3.5.2
180
- referencing==0.32.0
181
- regex==2023.10.3
182
- tornado==6.4
183
- xxhash==3.4.1
184
- yarl==1.9.4
185
- zipp==3.17.0
186
  texify
187
- torch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  texify