zeeshan391 commited on
Commit
2fc6d22
1 Parent(s): 8aaa8e2

updated req.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ fastapi[standard]
2
  uvicorn
3
  langchain
4
  langchain-core
5
- https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.28/llama_cpp_python-0.2.28-cp310-cp310-manylinux_2_17_x86_64.whl
6
  huggingface-hub==0.19.4
7
  torch
8
  torchvision
 
2
  uvicorn
3
  langchain
4
  langchain-core
5
+ llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
6
  huggingface-hub==0.19.4
7
  torch
8
  torchvision