Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
-
llama-cpp-python==0.2.68 # ⬅️ MUST be 0.2.68 or higher for Phi-3 support
|
| 4 |
pydantic==2.5.0
|
| 5 |
-
|
| 6 |
-
python-multipart==0.0.6
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
fastapi==0.104.1
|
| 3 |
uvicorn[standard]==0.24.0
|
|
|
|
| 4 |
pydantic==2.5.0
|
| 5 |
+
llama-cpp-python==0.2.27 # Pinned stable version
|
|
|