tests: actually exercise test-recurrent-state-rollback (#25758)

This commit is contained in:
Aman Gupta
2026-07-16 21:06:12 +08:00
committed by GitHub
parent a8dc0e3269
commit 32e789fdfd
3 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ static int save_models(const llm_arch target_arch, const size_t seed, const ggml
if (!moe && moe_mandatory(arch)) {
continue;
}
if (!llama_model_saver_supports_arch(arch)) {
if (!llama_model_saver_supports_arch(arch) || !arch_supported(arch)) {
LOG_INF("%s: %s model (%s) is unsupported, skipping\n", __func__, llm_arch_name(arch), moe ? "MoE" : "dense");
continue;
}