tc-mb
commited on
Commit
·
1fd8118
1
Parent(s):
c87166b
update readme
Browse filesSigned-off-by: tc-mb <[email protected]>
README.md
CHANGED
|
@@ -162,23 +162,89 @@ We deploy MiniCPM-V 4.5 on iPad M4 with [iOS demo](https://github.com/tc-mb/Mini
|
|
| 162 |
</div>
|
| 163 |
|
| 164 |
## Framework Support Matrix
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
> Note: If you'd like us to prioritize support for another open-source framework, please let us know via this [short form](https://docs.google.com/forms/d/e/1FAIpQLSdyTUrOPBgWqPexs3ORrg47ZcZ1r4vFQaA4ve2iA7L9sMfMWw/viewform).
|
| 183 |
|
| 184 |
## Usage
|
|
|
|
| 162 |
</div>
|
| 163 |
|
| 164 |
## Framework Support Matrix
|
| 165 |
+
<table>
|
| 166 |
+
<thead>
|
| 167 |
+
<tr>
|
| 168 |
+
<th>Category</th>
|
| 169 |
+
<th>Framework</th>
|
| 170 |
+
<th>Cookbook Link</th>
|
| 171 |
+
<th>Upstream PR</th>
|
| 172 |
+
<th>Supported since (branch)</th>
|
| 173 |
+
<th>Supported since (release)</th>
|
| 174 |
+
</tr>
|
| 175 |
+
</thead>
|
| 176 |
+
<tbody>
|
| 177 |
+
<tr>
|
| 178 |
+
<td rowspan="2">Edge (On-device)</td>
|
| 179 |
+
<td>Llama.cpp</td>
|
| 180 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/deployment/llama.cpp/minicpm-v4_5_llamacpp.md">Llama.cpp Doc</a></td>
|
| 181 |
+
<td><a href="https://github.com/ggml-org/llama.cpp/pull/15575">#15575</a> (2025-08-26)</td>
|
| 182 |
+
<td>master (2025-08-26)</td>
|
| 183 |
+
<td><a href="https://github.com/ggml-org/llama.cpp/releases/tag/b6282">b6282</a></td>
|
| 184 |
+
</tr>
|
| 185 |
+
<tr>
|
| 186 |
+
<td>Ollama</td>
|
| 187 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/deployment/ollama/minicpm-v4_5_ollama.md">Ollama Doc</a></td>
|
| 188 |
+
<td><a href="https://github.com/ollama/ollama/pull/12078">#12078</a> (2025-08-26)</td>
|
| 189 |
+
<td>Merging</td>
|
| 190 |
+
<td>Waiting for official release</td>
|
| 191 |
+
</tr>
|
| 192 |
+
<tr>
|
| 193 |
+
<td rowspan="2">Serving (Cloud)</td>
|
| 194 |
+
<td>vLLM</td>
|
| 195 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/deployment/vllm/minicpm-v4_5_vllm.md">vLLM Doc</a></td>
|
| 196 |
+
<td><a href="https://github.com/vllm-project/vllm/pull/23586">#23586</a> (2025-08-26)</td>
|
| 197 |
+
<td>main (2025-08-27)</td>
|
| 198 |
+
<td>Waiting for official release</td>
|
| 199 |
+
</tr>
|
| 200 |
+
<tr>
|
| 201 |
+
<td>SGLang</td>
|
| 202 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/deployment/sglang/MiniCPM-v4_5_sglang.md">SGLang Doc</a></td>
|
| 203 |
+
<td><a href="https://github.com/sgl-project/sglang/pull/9610">#9610</a> (2025-08-26)</td>
|
| 204 |
+
<td>Merging</td>
|
| 205 |
+
<td>Waiting for official release</td>
|
| 206 |
+
</tr>
|
| 207 |
+
<tr>
|
| 208 |
+
<td>Finetuning</td>
|
| 209 |
+
<td>LLaMA-Factory</td>
|
| 210 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/finetune/finetune_llamafactory.md">LLaMA-Factory Doc</a></td>
|
| 211 |
+
<td><a href="https://github.com/hiyouga/LLaMA-Factory/pull/9022">#9022</a> (2025-08-26)</td>
|
| 212 |
+
<td>main (2025-08-26)</td>
|
| 213 |
+
<td>Waiting for official release</td>
|
| 214 |
+
</tr>
|
| 215 |
+
<tr>
|
| 216 |
+
<td rowspan="3">Quantization</td>
|
| 217 |
+
<td>GGUF</td>
|
| 218 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/quantization/gguf/minicpm-v4_5_gguf_quantize.md">GGUF Doc</a></td>
|
| 219 |
+
<td>—</td>
|
| 220 |
+
<td>—</td>
|
| 221 |
+
<td>—</td>
|
| 222 |
+
</tr>
|
| 223 |
+
<tr>
|
| 224 |
+
<td>BNB</td>
|
| 225 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/quantization/bnb/minicpm-v4_5_bnb_quantize.md">BNB Doc</a></td>
|
| 226 |
+
<td>—</td>
|
| 227 |
+
<td>—</td>
|
| 228 |
+
<td>—</td>
|
| 229 |
+
</tr>
|
| 230 |
+
<tr>
|
| 231 |
+
<td>AWQ</td>
|
| 232 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/quantization/awq/minicpm-v4_5_awq_quantize.md">AWQ Doc</a></td>
|
| 233 |
+
<td>—</td>
|
| 234 |
+
<td>—</td>
|
| 235 |
+
<td>—</td>
|
| 236 |
+
</tr>
|
| 237 |
+
<tr>
|
| 238 |
+
<td>Demos</td>
|
| 239 |
+
<td>Gradio Demo</td>
|
| 240 |
+
<td><a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/demo/web_demo/gradio/README.md">Gradio Demo Doc</a></td>
|
| 241 |
+
<td>—</td>
|
| 242 |
+
<td>—</td>
|
| 243 |
+
<td>—</td>
|
| 244 |
+
</tr>
|
| 245 |
+
</tbody>
|
| 246 |
+
</table>
|
| 247 |
+
|
| 248 |
> Note: If you'd like us to prioritize support for another open-source framework, please let us know via this [short form](https://docs.google.com/forms/d/e/1FAIpQLSdyTUrOPBgWqPexs3ORrg47ZcZ1r4vFQaA4ve2iA7L9sMfMWw/viewform).
|
| 249 |
|
| 250 |
## Usage
|