Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Serving
|
| 2 |
+
llama-cpp-python>=0.2.0
|
| 3 |
+
fastapi>=0.100.0
|
| 4 |
+
uvicorn>=0.20.0
|
| 5 |
+
pydantic>=2.0.0
|
| 6 |
+
|
| 7 |
+
# Testing
|
| 8 |
+
httpx>=0.24.0
|