arch : add missing tensor name for Qwen 3.5#21219
Conversation
Signed-off-by: Weizhao Ouyang <o451686892@gmail.com>
|
This is not the correct fix (Qwen 3.5 does not have these tensors), the log is erroneous and affects all models. |
|
Oh sorry indeed there are not, double confirmed with gguf_dump. This is a common issue that affects all models. |
|
I mean, for now we can also just disable the warning again. The problem is that there is a mismatch between the tensors that a model should have according to |
|
I guess the real issue is that quantize does this with no check if arch actually has those: Lines 317 to 319 in fcc2d59 |
I suppose it was meant as a safeguard, but it may be superfluous, we should probably look into if it can just be removed. |
Yes, I was just about to post this snippet. If quantize needs to disable the warning and not perform additional checks, there is a way we can revert this to: |
Yes, honestly don't know why it didn't do that in the first place. |
|
@ownia gentle ping, do you want to update this PR? |
Overview
Fix #21115
Additional information
Add missing tensor names for Qwen 3.5 to avoid the following warnings when running
llama-quantize Qwen3.5-4B.gguf Qwen3.5-4B-Q4.gguf Q4_0:Requirements