We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2a304 commit e6b0b3dCopy full SHA for e6b0b3d
xllm/models/vlm/qwen3_vl.h
100644
100755
@@ -769,7 +769,7 @@ REGISTER_MODEL_ARGS(qwen3_vl, [&] {
769
// LOAD_ARG_OR(transformers_version, "transformers_version", "4.41.2");
770
// LOAD_ARG_OR(use_cache, "use_cache", true);
771
LOAD_ARG_OR(use_sliding_window, "use_sliding_window", false);
772
- LOAD_ARG_OR_FUNC(head_dim, "head_dim", [&] {
+ LOAD_ARG_OR_FUNC(head_dim, "text_config.head_dim", [&] {
773
return args->hidden_size() / args->n_heads();
774
});
775
// vision_config
0 commit comments