Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- InfiGUI-R1-3B-IQ4_K_M.gguf +3 -0
- InfiGUI-R1-3B.imatrix +3 -0
- mmproj-InfiGUI-R1-3B-F16.gguf +3 -0
- readme.md +25 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
InfiGUI-R1-3B-IQ4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
InfiGUI-R1-3B.imatrix filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
mmproj-InfiGUI-R1-3B-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
InfiGUI-R1-3B-IQ4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f418007ac613998e18dc874cd9d074230bc5d19400598497724ea58f96ab18b0
|
| 3 |
+
size 2104933344
|
InfiGUI-R1-3B.imatrix
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ae8ddee23d825cc99d3725c439b79114400ec0605447de3a8d50291965d378a
|
| 3 |
+
size 3393408
|
mmproj-InfiGUI-R1-3B-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:523a4d3081e0affca22bb8552d7fda11e2ac7cc02d944255ba46f57ab14027cf
|
| 3 |
+
size 1338428544
|
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 |
+
```
|