Spaces:
Runtime error
Runtime error
Try to fix GPU not detected?
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
--extra-index-url https://pypi.nvidia.com
|
| 2 |
-
cuml-cu11
|
| 3 |
gradio_huggingfacehub_search==0.0.7
|
| 4 |
duckdb
|
| 5 |
accelerate
|
|
@@ -13,4 +11,6 @@ torch
|
|
| 13 |
numpy
|
| 14 |
python-dotenv
|
| 15 |
kaleido
|
| 16 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio_huggingfacehub_search==0.0.7
|
| 2 |
duckdb
|
| 3 |
accelerate
|
|
|
|
| 11 |
numpy
|
| 12 |
python-dotenv
|
| 13 |
kaleido
|
| 14 |
+
transformers
|
| 15 |
+
--extra-index-url https://pypi.nvidia.com
|
| 16 |
+
cuml-cu11
|