Upload folder using huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: InfiX-ai/InfiGUI-R1-3B
|
| 3 |
+
library_name: gguf
|
| 4 |
+
pipeline_tag: image-text-to-text
|
| 5 |
+
tags:
|
| 6 |
+
- llama-cpp
|
| 7 |
+
- gguf
|
| 8 |
+
- vision
|
| 9 |
+
- multimodal
|
| 10 |
+
- gui
|
| 11 |
+
- agent
|
| 12 |
+
quantized_by: cnjn
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
# About
|
| 17 |
+
|
| 18 |
+
static quants of https://huggingface.co/InfiX-ai/InfiGUI-R1-3B
|
| 19 |
+
|
| 20 |
+
THIS REPO CONTAINS mmproj-* FILE, CAN BE DEPLOYED WITH ONE SHOT.
|
| 21 |
+
|
| 22 |
+
# Usage
|
| 23 |
+
```bash
|
| 24 |
+
llama-server -m InfiGUI-R1-3B-IQ4_K_M.gguf --mmproj mmproj-InfiGUI-R1-3B-F16.gguf --jinja -c 8196
|
| 25 |
+
```
|