model : support DSpark for bailingmoe3 (#27508)

This commit is contained in:
Tiwei Bie
2026-08-22 12:19:48 +03:00
committed by GitHub
parent 54ee5ee643
commit 2115b73d8e
4 changed files with 34 additions and 17 deletions
+1
View File
@@ -1038,6 +1038,7 @@ bool llm_arch_supports_rs_rollback(const llm_arch & arch) {
case LLM_ARCH_NEMOTRON_H_MOE:
case LLM_ARCH_LFM2:
case LLM_ARCH_LFM2MOE:
case LLM_ARCH_BAILINGMOE3:
return true;
default:
return false;