Skip to content

fix: add DeepseekV41ForCausalLM to test_model_loader_gguf expected arch list - #3179

Open
localai-org-maint-bot wants to merge 1 commit into
mainfrom
fix/test-loader-gguf-arch-list
Open

fix: add DeepseekV41ForCausalLM to test_model_loader_gguf expected arch list#3179
localai-org-maint-bot wants to merge 1 commit into
mainfrom
fix/test-loader-gguf-arch-list

Conversation

@localai-org-maint-bot

Copy link
Copy Markdown
Collaborator

Commit 4a9d337 registered DeepseekV41ForCausalLM in the model registry but did not update the hardcoded expected architecture list in the CHECK_THROWS_WITH_AS assertion at test_model_loader_gguf.cpp:225. The test expected DeepseekV4ForCausalLM right after DeepseekV2ForCausalLM, but the actual error message now includes DeepseekV41ForCausalLM between them, causing build-test-cpu to fail.

Closes #3178

FOLLOWING_AGENTS_PROTOCOL

Following-Agents-Protocol: true
AI-Assisted: true
Assisted-by: AGENT:regolo/glm5.2 [MAKI]

…ch list

Commit 4a9d337 registered DeepseekV41ForCausalLM in the model registry
but did not update the hardcoded expected architecture list in the
CHECK_THROWS_WITH_AS assertion at test_model_loader_gguf.cpp:225. The
test expected DeepseekV4ForCausalLM right after DeepseekV2ForCausalLM,
but the actual error message now includes DeepseekV41ForCausalLM between
them, causing build-test-cpu to fail.

Closes #3178

FOLLOWING_AGENTS_PROTOCOL

Following-Agents-Protocol: true
AI-Assisted: true
Assisted-by: AGENT:regolo/glm5.2 [MAKI]
@mudler
mudler force-pushed the fix/test-loader-gguf-arch-list branch from 076d58a to dbf76b8 Compare September 13, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_model_loader_gguf: CHECK_THROWS_WITH_AS expected string missing DeepseekV41ForCausalLM

2 participants