KaykySouza commited on
Commit
bb68492
·
verified ·
1 Parent(s): f6b6d22

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ torch --index-url https://download.pytorch.org/whl/cpu
4
+ transformers
5
+ accelerate
6
+ sentence-transformers
7
+ faiss-cpu
8
+ huggingface_hub
9
+ pydantic
10
+ python-multipart