John6666 commited on
Commit
dd8bcc0
·
verified ·
1 Parent(s): 8c6baab

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -3,8 +3,10 @@ huggingface_hub
3
  hf_xet
4
  hf_transfer
5
  scikit-build-core
6
- https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu124/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
7
- git+https://github.com/Maximilian-Winter/llama-cpp-agent
 
 
8
  pybind11>=2.12
9
  torch==2.4.0
10
  torchvision
 
3
  hf_xet
4
  hf_transfer
5
  scikit-build-core
6
+ #https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu124/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
7
+ #git+https://github.com/Maximilian-Winter/llama-cpp-agent
8
+ https://github.com/John6666cat/llama-cpp-python/releases/download/v0.3.9-cu124-AVX-linux-20250627/llama_cpp_python-0.3.9-cp310-cp310-linux_x86_64.whl
9
+ git+https://github.com/John6666cat/llama-cpp-agent
10
  pybind11>=2.12
11
  torch==2.4.0
12
  torchvision