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