Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
-
--extra-index-url https://
|
| 2 |
torch==2.1.2
|
| 3 |
transformers
|
| 4 |
accelerate
|
| 5 |
optimum
|
| 6 |
scipy
|
| 7 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
|
| 2 |
torch==2.1.2
|
| 3 |
transformers
|
| 4 |
accelerate
|
| 5 |
optimum
|
| 6 |
scipy
|
| 7 |
+
numpy
|
| 8 |
+
huggingface-hub
|
| 9 |
+
llama-cpp-python
|
| 10 |
+
|