devray11 commited on
Commit
6230b4e
·
verified ·
1 Parent(s): 252a572

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- # Use the official pre-built wheel index for CPU
2
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
3
 
4
- llama-cpp-python
5
- fastapi
6
- uvicorn
7
  python-multipart
8
- pydantic
9
  huggingface-hub
 
 
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
 
3
+ llama-cpp-python==0.2.11
4
+ fastapi==0.110.0
5
+ uvicorn==0.29.0
6
  python-multipart
7
+ pydantic==2.6.4
8
  huggingface-hub