Spaces:
Sleeping
Sleeping
GitHub Actions Bot commited on
Commit ·
eeb6b33
1
Parent(s): bbde731
Deploy: 0bebe90bfb858b6c4bf301439c8e1f411209b96c
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
fastapi==0.109.0
|
| 4 |
uvicorn==0.27.0
|
| 5 |
python-multipart
|
|
@@ -9,5 +8,5 @@ einops
|
|
| 9 |
pillow
|
| 10 |
supabase
|
| 11 |
huggingface-hub
|
| 12 |
-
llama-cpp-python==0.
|
| 13 |
python-dotenv
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 2 |
fastapi==0.109.0
|
| 3 |
uvicorn==0.27.0
|
| 4 |
python-multipart
|
|
|
|
| 8 |
pillow
|
| 9 |
supabase
|
| 10 |
huggingface-hub
|
| 11 |
+
llama-cpp-python==0.2.90
|
| 12 |
python-dotenv
|