brendon-ai commited on
Commit
5ccc276
·
verified ·
1 Parent(s): a5a32fe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
 
1
  transformers
2
- llama-cpp-python
3
  torch
 
1
+ fastapi
2
+ uvicorn
3
+ pydantic>=2.0 # FastAPI relies on Pydantic, specify a version if needed
4
  transformers
 
5
  torch