TheWegemann commited on
Commit
a437d69
·
verified ·
1 Parent(s): 05ef052

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -164,9 +164,9 @@ Hermes Agent can then use the llama.cpp OpenAI-compatible endpoint at:
164
  http://127.0.0.1:9090/v1
165
  ```
166
 
167
- A compatible F16 projector is available in the Unsloth GGUF repository:
168
-
169
- [`mmproj-F16.gguf`](https://huggingface.co/unsloth/Qwen3.8-27B-GGUF/blob/main/mmproj-F16.gguf)
170
 
171
  The exact llama.cpp CLI changes over time. If a flag is rejected by your build, check that build's `--help` rather than sacrificing a keyboard to the dependency gods.
172
 
@@ -202,6 +202,7 @@ If you want a conventional range of excellent GGUF presets, use Unsloth's reposi
202
  - **Unsloth Qwen3.8 GGUFs / allocation reference:** https://huggingface.co/unsloth/Qwen3.8-27B-GGUF
203
  - **Exact UD-IQ3_XXS reference file:** https://huggingface.co/unsloth/Qwen3.8-27B-GGUF/blob/main/Qwen3.8-27B-UD-IQ3_XXS.gguf
204
  - **llama.cpp:** https://github.com/ggml-org/llama.cpp
 
205
 
206
  Quantization work: **TheWegemann + Mira (ChatGPT)**.
207
 
 
164
  http://127.0.0.1:9090/v1
165
  ```
166
 
167
+ Vision projector included: mmproj-F16.gguf
168
+ Copied from unsloth/Qwen3.8-27B-GGUF for compatibility/convenience.
169
+ Tested with llama.cpp on the RTX 4070 12 GB setup.
170
 
171
  The exact llama.cpp CLI changes over time. If a flag is rejected by your build, check that build's `--help` rather than sacrificing a keyboard to the dependency gods.
172
 
 
202
  - **Unsloth Qwen3.8 GGUFs / allocation reference:** https://huggingface.co/unsloth/Qwen3.8-27B-GGUF
203
  - **Exact UD-IQ3_XXS reference file:** https://huggingface.co/unsloth/Qwen3.8-27B-GGUF/blob/main/Qwen3.8-27B-UD-IQ3_XXS.gguf
204
  - **llama.cpp:** https://github.com/ggml-org/llama.cpp
205
+ - **mmproj-F16.gguf** is provided by Unsloth and originates from unsloth/Qwen3.8-27B-GGUF. It is included here unchanged for easier vision-model discovery by compatible frontends.
206
 
207
  Quantization work: **TheWegemann + Mira (ChatGPT)**.
208