Spaces:
Sleeping
Sleeping
try to fix bitsandbytes issue
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
--extra-index-url https://pypi.nvidia.com
|
2 |
-
cuml-cu11
|
3 |
gradio_huggingfacehub_search==0.0.7
|
4 |
duckdb
|
5 |
umap-learn
|
6 |
sentence-transformers
|
7 |
-
|
|
|
8 |
bertopic
|
9 |
pandas
|
10 |
torch
|
11 |
numpy
|
12 |
-
bitsandbytes
|
|
|
1 |
+
# --extra-index-url https://pypi.nvidia.com
|
2 |
+
# cuml-cu11
|
3 |
gradio_huggingfacehub_search==0.0.7
|
4 |
duckdb
|
5 |
umap-learn
|
6 |
sentence-transformers
|
7 |
+
bitsandbytes-cuda11.7
|
8 |
+
# datamapplot
|
9 |
bertopic
|
10 |
pandas
|
11 |
torch
|
12 |
numpy
|
|