Bradarr commited on
Commit
f7da96c
·
verified ·
1 Parent(s): 7bae954

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- huggingface_hub==0.22.2
2
- scikit-build-core
3
- llama-cpp-python
4
- llama-cpp-agent>=0.2.10
5
- gradio
 
 
 
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]]