Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
gradio==4.8.0
|
4 |
+
llama-cpp-python==0.2.23
|
5 |
+
huggingface-hub==0.19.4
|
6 |
+
pydantic==2.5.2
|
7 |
+
typing-extensions==4.8.0
|
8 |
+
numpy==1.24.3
|