Moftah commited on
Commit
7a4e16a
·
1 Parent(s): 38b11ab

Use prebuilt llama.cpp wheels for Space deployment

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: green
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 6.18.0
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 6.18.0
8
+ python_version: 3.12
9
  app_file: app.py
10
  pinned: false
11
  license: mit
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  gradio>=5.0,<7
2
  huggingface-hub>=0.30,<2
3
  llama-cpp-python>=0.3.9,<0.4
 
1
+ --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
  gradio>=5.0,<7
3
  huggingface-hub>=0.30,<2
4
  llama-cpp-python>=0.3.9,<0.4