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