Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv pip compile pyproject.toml -o requirements.txt
|
|
|
|
|
|
|
|
|
3 |
accelerate==1.2.1
|
4 |
# via mistral-7b (pyproject.toml)
|
5 |
aiofiles==23.2.1
|
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv pip compile pyproject.toml -o requirements.txt
|
3 |
+
fastapi
|
4 |
+
uvicorn
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
accelerate==1.2.1
|
8 |
# via mistral-7b (pyproject.toml)
|
9 |
aiofiles==23.2.1
|