Update requirements.txt
Browse files- 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
|