TokenTutor commited on
Commit
5d01b0e
·
verified ·
1 Parent(s): 0f24489

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Force binary wheels for llama-cpp-python (avoid gcc / cmake builds on Spaces)
2
+ --prefer-binary
3
+ --only-binary llama-cpp-python
4
+ --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
5
+
6
+ # Core dependencies
7
+ llama-cpp-python>=0.2.11
8
+ gradio>=4.0.0
9
+ huggingface_hub>=0.20.0