JacobLinCool Codex commited on
Commit
4e335c6
·
verified ·
1 Parent(s): e12a049

chore: use prebuilt llama cpp wheel

Browse files

Co-authored-by: Codex <noreply@openai.com>

Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,7 +1,9 @@
 
 
1
  accelerate>=1.0,<2
2
  gradio>=6.16.0,<7
3
  huggingface-hub>=0.36,<1
4
- llama-cpp-python>=0.3.26,<1
5
  peft>=0.13,<1
6
  pillow>=10,<13
7
  spaces>=0.50,<1
 
1
+ --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
+
3
  accelerate>=1.0,<2
4
  gradio>=6.16.0,<7
5
  huggingface-hub>=0.36,<1
6
+ llama-cpp-python==0.3.26
7
  peft>=0.13,<1
8
  pillow>=10,<13
9
  spaces>=0.50,<1