Antigravity AI commited on
Commit ·
561b5fd
1
Parent(s): be8bb08
Add llama-cpp-python for GGUF inference
Browse files- requirements.txt +8 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
matplotlib
|
| 10 |
-
pypdf
|
| 11 |
-
openpyxl
|
| 12 |
-
unsloth
|
| 13 |
-
pandas
|
| 14 |
-
numpy
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
+
requests>=2.31.0
|
| 3 |
+
matplotlib>=3.8.0
|
| 4 |
+
pypdf>=4.0.0
|
| 5 |
+
numpy>=1.26.0
|
| 6 |
+
pillow>=10.0.0
|
| 7 |
+
llama-cpp-python==0.3.4
|
| 8 |
+
huggingface_hub>=0.36.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|