Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
llama-cpp-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
1 |
+
scikit-build-core
|
2 |
+
llama-cpp-python
|
3 |
+
llama-cpp-agent>=0.2.10
|
4 |
+
transformers>=4.37.0 # Core library for Hugging Face models [[7]][[10]]
|
5 |
+
torch>=2.1.0 # Required for GPU acceleration [[6]][[10]]
|
6 |
+
gradio>=4.0.0 # For the web interface [[10]]
|
7 |
+
huggingface_hub # Model downloading and authentication [[9]]
|