Bi Yoo commited on
Commit
ddacd95
·
1 Parent(s): 9749a7e

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,11 +1,13 @@
 
1
  fastapi==0.104.1
2
  uvicorn[standard]==0.24.0
3
  sentence-transformers==2.2.2
4
- huggingface-hub<0.19
5
  faiss-cpu==1.8.0
6
  pydantic==2.5.0
7
  numpy>=1.26.4,<2
8
  python-multipart==0.0.6
9
  llama-cpp-python>=0.3.6
 
10
  itsdangerous==2.2.0
11
- requests==2.31.0
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
  fastapi==0.104.1
3
  uvicorn[standard]==0.24.0
4
  sentence-transformers==2.2.2
5
+ huggingface-hub>=0.23.0,<1.0
6
  faiss-cpu==1.8.0
7
  pydantic==2.5.0
8
  numpy>=1.26.4,<2
9
  python-multipart==0.0.6
10
  llama-cpp-python>=0.3.6
11
+ torch==2.3.1
12
  itsdangerous==2.2.0
13
+ requests==2.31.0