ProCreations commited on
Commit
31ffbfb
·
verified ·
1 Parent(s): 22d2e1e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -29,6 +29,7 @@ model card.
29
  | grug-27b-Q5_K_M.gguf | Q5_K_M | 19.2 GB | good rock |
30
  | grug-27b-Q4_K_M.gguf | Q4_K_M | 16.5 GB | best size/smart trade. grug pick this. |
31
  | grug-27b-Q3_K_M.gguf | Q3_K_M | 13.3 GB | small rock. smart mostly survive. |
 
32
 
33
  every rock load-tested with llama.cpp before upload. no missing-tensor
34
  sickness (grug check twice now, learn from 9b).
@@ -48,7 +49,9 @@ need recent llama.cpp (qwen3_5 arch support).
48
  llama-server -m grug-27b-Q4_K_M.gguf -c 16384 --temp 0.6 --top-p 0.95 --top-k 20
49
  ```
50
 
51
- - text-only GGUF (vision + MTP not included; use safetensors repo for vision)
 
 
52
  - context: base support 262144, pick what your RAM allow
53
  - thinking on by default, reasoning arrive inside `<think>...</think>`
54
  - for agent frameworks (OpenCode etc): works with think-stripped history,
 
29
  | grug-27b-Q5_K_M.gguf | Q5_K_M | 19.2 GB | good rock |
30
  | grug-27b-Q4_K_M.gguf | Q4_K_M | 16.5 GB | best size/smart trade. grug pick this. |
31
  | grug-27b-Q3_K_M.gguf | Q3_K_M | 13.3 GB | small rock. smart mostly survive. |
32
+ | mmproj-grug-27b-f16.gguf | mmproj f16 | see repo | eye rock. give grug vision back. |
33
 
34
  every rock load-tested with llama.cpp before upload. no missing-tensor
35
  sickness (grug check twice now, learn from 9b).
 
49
  llama-server -m grug-27b-Q4_K_M.gguf -c 16384 --temp 0.6 --top-p 0.95 --top-k 20
50
  ```
51
 
52
+ - vision NOW work: pair any quant with `mmproj-grug-27b-f16.gguf`
53
+ (`llama-server -m grug-27b-Q4_K_M.gguf --mmproj mmproj-grug-27b-f16.gguf`).
54
+ MTP still not included.
55
  - context: base support 262144, pick what your RAM allow
56
  - thinking on by default, reasoning arrive inside `<think>...</think>`
57
  - for agent frameworks (OpenCode etc): works with think-stripped history,