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