Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub==0.22.2
|
| 2 |
scikit-build-core
|
|
|
|
| 3 |
llama-cpp-agent>=0.2.25
|
|
|
|
| 1 |
+
transformers==4.38.2
|
| 2 |
+
accelerate
|
| 3 |
+
bitsandbytes
|
| 4 |
+
optimum
|
| 5 |
huggingface_hub==0.22.2
|
| 6 |
scikit-build-core
|
| 7 |
+
llama-cpp-python
|
| 8 |
llama-cpp-agent>=0.2.25
|