SC117 commited on
Commit
b923d16
·
verified ·
1 Parent(s): 1daffa0

Update bailingmoe3 support note (PR #26608 merged into master, first release b10470)

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. README_zh.md +3 -2
README.md CHANGED
@@ -92,7 +92,7 @@ base_model:
92
  <p style="margin: 0 0 8px 0; font-weight: bold; color: #1e293b;">llama.cpp</p>
93
  <p style="margin: 0 0 8px 0; font-family: monospace; background: #f8fafc; padding: 10px 14px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 12px; color: #1e293b; white-space: pre-wrap;">hf download SC117/Ling-3.0-tiny-abliterated-APEX-GGUF --include "*.gguf" --local-dir ./models
94
  ./llama-server -m ./models/Ling-3.0-tiny-abliterated-APEX-I-Balanced.gguf -ngl 99 -c 32768 --flash-attn on --jinja</p>
95
- <p style="margin: 0 0 12px 0; padding: 10px 14px; background: #fef3c7; border: 1px solid #fcd34d; border-radius: 6px; font-size: 12px; color: #92400e;">⚠️ <b>bailingmoe3 architecture support:</b> these files require a llama.cpp build that includes <a href="https://github.com/ggml-org/llama.cpp/pull/26608" style="color: #c2410c;">PR #26608</a> (BailingMoE3). Standard releases may not load them yetcheck your build version first.</p>
96
  <p style="margin: 0 0 8px 0; font-weight: bold; color: #1e293b;">Ollama</p>
97
  <p style="margin: 0; font-family: monospace; background: #f8fafc; padding: 10px 14px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 12px; color: #1e293b; white-space: pre-wrap;">echo 'FROM ./Ling-3.0-tiny-abliterated-APEX-I-Balanced.gguf' &gt; Modelfile
98
  ollama create ling-tiny-abliterated -f Modelfile &amp;&amp; ollama run ling-tiny-abliterated</p>
@@ -116,7 +116,7 @@ ollama create ling-tiny-abliterated -f Modelfile &amp;&amp; ollama run ling-tiny
116
  - **Original Model**: https://huggingface.co/inclusionAI/Ling-3.0-tiny
117
  - **APEX Quantization**: https://github.com/mudler/apex-quant
118
  - **abliterix**: https://github.com/wuwangzhang1216/abliterix
119
- - **BailingMoE3 GGUF support (llama.cpp)**: https://github.com/ggml-org/llama.cpp/pull/26608
120
 
121
  ## Citation
122
 
@@ -128,3 +128,4 @@ author = {{inclusionAI}},
128
  year = {2026}
129
  }
130
  ```
 
 
92
  <p style="margin: 0 0 8px 0; font-weight: bold; color: #1e293b;">llama.cpp</p>
93
  <p style="margin: 0 0 8px 0; font-family: monospace; background: #f8fafc; padding: 10px 14px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 12px; color: #1e293b; white-space: pre-wrap;">hf download SC117/Ling-3.0-tiny-abliterated-APEX-GGUF --include "*.gguf" --local-dir ./models
94
  ./llama-server -m ./models/Ling-3.0-tiny-abliterated-APEX-I-Balanced.gguf -ngl 99 -c 32768 --flash-attn on --jinja</p>
95
+ <p style="margin: 0 0 12px 0; padding: 10px 14px; background: #fef3c7; border: 1px solid #fcd34d; border-radius: 6px; font-size: 12px; color: #92400e;">⚠️ <b>bailingmoe3 architecture support:</b> BailingMoE3 (<a href="https://github.com/ggml-org/llama.cpp/pull/26608" style="color: #c2410c;">PR #26608</a>) was merged into llama.cpp master on 2026-08-17the first release containing it is <b>b10470</b>. Use llama.cpp <b>b10470 or newer</b>. If you see <code>unknown model architecture: 'bailingmoe3'</code>, your build is too old — update and it will load.</p>
96
  <p style="margin: 0 0 8px 0; font-weight: bold; color: #1e293b;">Ollama</p>
97
  <p style="margin: 0; font-family: monospace; background: #f8fafc; padding: 10px 14px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 12px; color: #1e293b; white-space: pre-wrap;">echo 'FROM ./Ling-3.0-tiny-abliterated-APEX-I-Balanced.gguf' &gt; Modelfile
98
  ollama create ling-tiny-abliterated -f Modelfile &amp;&amp; ollama run ling-tiny-abliterated</p>
 
116
  - **Original Model**: https://huggingface.co/inclusionAI/Ling-3.0-tiny
117
  - **APEX Quantization**: https://github.com/mudler/apex-quant
118
  - **abliterix**: https://github.com/wuwangzhang1216/abliterix
119
+ - **BailingMoE3 GGUF support (llama.cpp)**: https://github.com/ggml-org/llama.cpp/pull/26608 (merged 2026-08-17, first release b10470)
120
 
121
  ## Citation
122
 
 
128
  year = {2026}
129
  }
130
  ```
131
+
README_zh.md CHANGED
@@ -80,7 +80,7 @@ base_model:
80
  <p style="margin: 0 0 8px 0; font-weight: bold; color: #1e293b;">llama.cpp</p>
81
  <p style="margin: 0 0 8px 0; font-family: monospace; background: #f8fafc; padding: 10px 14px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 12px; color: #1e293b; white-space: pre-wrap;">hf download SC117/Ling-3.0-tiny-abliterated-APEX-GGUF --include "*.gguf" --local-dir ./models
82
  ./llama-server -m ./models/Ling-3.0-tiny-abliterated-APEX-I-Balanced.gguf -ngl 99 -c 32768 --flash-attn on --jinja</p>
83
- <p style="margin: 0 0 12px 0; padding: 10px 14px; background: #fef3c7; border: 1px solid #fcd34d; border-radius: 6px; font-size: 12px; color: #92400e;">⚠️ <b>bailingmoe3 架构支持:</b>这些文件需要包含 <a href="https://github.com/ggml-org/llama.cpp/pull/26608" style="color: #c2410c;">PR #26608</a>(BailingMoE3)的 llama.cpp 构建版本。官方正式版本能尚无法加载——请先确认你的构建版本。</p>
84
  <p style="margin: 0 0 8px 0; font-weight: bold; color: #1e293b;">Ollama</p>
85
  <p style="margin: 0; font-family: monospace; background: #f8fafc; padding: 10px 14px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 12px; color: #1e293b; white-space: pre-wrap;">echo 'FROM ./Ling-3.0-tiny-abliterated-APEX-I-Balanced.gguf' &gt; Modelfile
86
  ollama create ling-tiny-abliterated -f Modelfile &amp;&amp; ollama run ling-tiny-abliterated</p>
@@ -104,7 +104,7 @@ ollama create ling-tiny-abliterated -f Modelfile &amp;&amp; ollama run ling-tiny
104
  - **原始模型**:https://huggingface.co/inclusionAI/Ling-3.0-tiny
105
  - **APEX 量化**:https://github.com/mudler/apex-quant
106
  - **abliterix**:https://github.com/wuwangzhang1216/abliterix
107
- - **BailingMoE3 GGUF 支持(llama.cpp)**:https://github.com/ggml-org/llama.cpp/pull/26608
108
 
109
  ## 引用
110
 
@@ -116,3 +116,4 @@ author = {{inclusionAI}},
116
  year = {2026}
117
  }
118
  ```
 
 
80
  <p style="margin: 0 0 8px 0; font-weight: bold; color: #1e293b;">llama.cpp</p>
81
  <p style="margin: 0 0 8px 0; font-family: monospace; background: #f8fafc; padding: 10px 14px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 12px; color: #1e293b; white-space: pre-wrap;">hf download SC117/Ling-3.0-tiny-abliterated-APEX-GGUF --include "*.gguf" --local-dir ./models
82
  ./llama-server -m ./models/Ling-3.0-tiny-abliterated-APEX-I-Balanced.gguf -ngl 99 -c 32768 --flash-attn on --jinja</p>
83
+ <p style="margin: 0 0 12px 0; padding: 10px 14px; background: #fef3c7; border: 1px solid #fcd34d; border-radius: 6px; font-size: 12px; color: #92400e;">⚠️ <b>bailingmoe3 架构支持:</b>BailingMoE3(<a href="https://github.com/ggml-org/llama.cpp/pull/26608" style="color: #c2410c;">PR #26608</a>)已于 2026-08-17 合入 llama.cpp master,首个包含该支持release 是 <b>b10470</b>。请使用 llama.cpp <b>b10470 及以上版本</b>如果报错 <code>unknown model architecture: 'bailingmoe3'</code>,说明构建太旧——升级后即可加载。</p>
84
  <p style="margin: 0 0 8px 0; font-weight: bold; color: #1e293b;">Ollama</p>
85
  <p style="margin: 0; font-family: monospace; background: #f8fafc; padding: 10px 14px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 12px; color: #1e293b; white-space: pre-wrap;">echo 'FROM ./Ling-3.0-tiny-abliterated-APEX-I-Balanced.gguf' &gt; Modelfile
86
  ollama create ling-tiny-abliterated -f Modelfile &amp;&amp; ollama run ling-tiny-abliterated</p>
 
104
  - **原始模型**:https://huggingface.co/inclusionAI/Ling-3.0-tiny
105
  - **APEX 量化**:https://github.com/mudler/apex-quant
106
  - **abliterix**:https://github.com/wuwangzhang1216/abliterix
107
+ - **BailingMoE3 GGUF 支持(llama.cpp)**:https://github.com/ggml-org/llama.cpp/pull/26608(已于 2026-08-17 合入,首个 release 为 b10470)
108
 
109
  ## 引用
110
 
 
116
  year = {2026}
117
  }
118
  ```
119
+