Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
-
llama-cpp-python
|
| 3 |
fastapi
|
| 4 |
uvicorn
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
pydantic
|
| 4 |
+
llama-cpp-python
|
| 5 |
+
huggingface-hub
|