missing template

#7
by hi-t - opened

rings | grep -E "^[a-z0-9_]+.[a-z0-9_]+" | head -n 45
general.architecture
general.type
general.name
general.finetune
general.basename
general.size_label
general.license
general.license.link
general.tags
qwen35.block_count
qwen35.context_length
qwen35.embedding_length
qwen35.feed_forward_length
qwen35.attention.head_count
qwen35.attention.head_count_kv
qwen35.rope.dimension_sections
qwen35.rope.freq_base
qwen35.attention.layer_norm_rms_epsilon
qwen35.attention.key_length
qwen35.attention.value_length
general.file_type
qwen35.ssm.conv_kernel
qwen35.ssm.state_size
qwen35.ssm.group_count
qwen35.ssm.time_step_rank
qwen35.ssm.inner_size
qwen35.full_attention_interval
qwen35.rope.dimension_count
qwen35.nextn_predict_layers
general.quantization_version
tokenizer.ggml.model
tokenizer.ggml.pre
tokenizer.ggml.tokens

maybe you forgot, maybe intentional. Lots of problems on bf 16 model mtp compared to base.

I'll add template to mine start basing problems from there. Just a heads up fyi.

protoLabsAI org

Good catch, and thank you for testing the fix.

The older ladder rungs (everything except the NVFP4 file) were converted with a toolchain that didn't read the standalone chat_template.jinja, so tokenizer.chat_template never made it into the GGUF metadata and llama.cpp falls back to a generic template. Patched files with the template embedded are uploading now. We've added template-presence to our pre-publish verification so this class doesn't recur.

protoLabsAI org

All 8 rungs now have the template embedded (re-uploaded today, same filenames as the current naming β€” note files were also renamed this week so -hf repo:TAG resolves).

artificial-citizen changed discussion status to closed

Sign up or log in to comment