model : support DSpark for LFM2 models (#27383)

This commit is contained in:
Tarek Dakhran
2026-08-20 16:36:57 +02:00
committed by GitHub
parent 78ec4c3780
commit 07822bddf8
4 changed files with 34 additions and 9 deletions
+2
View File
@@ -1032,6 +1032,8 @@ bool llm_arch_supports_rs_rollback(const llm_arch & arch) {
case LLM_ARCH_DEEPSEEK4:
case LLM_ARCH_NEMOTRON_H:
case LLM_ARCH_NEMOTRON_H_MOE:
case LLM_ARCH_LFM2:
case LLM_ARCH_LFM2MOE:
return true;
default:
return false;