Spaces:
Sleeping
Sleeping
Commit ·
ee9899e
1
Parent(s): 433a189
Fix build issues and optimize Dockerfile
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
uvicorn=
|
| 3 |
-
pydantic=
|
| 4 |
-
llama-cpp-python=
|
| 5 |
-
huggingface_hub=
|
|
|
|
| 1 |
+
fastapi>=0.115.12
|
| 2 |
+
uvicorn>=0.34.2
|
| 3 |
+
pydantic>=2.11.4
|
| 4 |
+
llama-cpp-python>=0.3.8
|
| 5 |
+
huggingface_hub>=0.25.0
|