asoria HF staff commited on
Commit
faec4b2
1 Parent(s): f895102

try to fix bitsandbytes issue

Browse files
Files changed (1) hide show
  1. 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
- datamapplot
 
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