llama_model_load: error loading model: missing tensor 'blk.46.attn_norm.weight'

#1
by LaikaFramework - opened

This happens because the metadata field glm4moe.block_count is set to 47, but the actual model has only 46 layers (i.e., blocks 0 through 45). As a result, the loader tries to load blk.46, which doesn’t exist.

Sign up or log in to comment