Spaces:
Sleeping
Sleeping
Resolving chromadb dependencies
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
fastapi==0.74.* # Core framework for building APIs.
|
2 |
-
uvicorn[standard]==0.
|
3 |
requests==2.27.* # For making HTTP requests, if needed by your app.
|
4 |
torch==1.11.* # PyTorch, for handling deep learning models.
|
5 |
transformers==4.* # From Hugging Face, for working with pre-trained LLMs.
|
|
|
1 |
fastapi==0.74.* # Core framework for building APIs.
|
2 |
+
uvicorn[standard]==0.18.3 # ASGI server for FastAPI, supports live reloading.
|
3 |
requests==2.27.* # For making HTTP requests, if needed by your app.
|
4 |
torch==1.11.* # PyTorch, for handling deep learning models.
|
5 |
transformers==4.* # From Hugging Face, for working with pre-trained LLMs.
|