Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
llama-cpp-python==0.3.2
|
| 2 |
+
huggingface_hub>=0.24.0
|
| 3 |
+
uvicorn>=0.30.0
|
| 4 |
+
fastapi>=0.115.0
|