mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-21 05:27:27 -05:00
convert: enable --fuse-qkv for muse-glimmer (#29203)
This commit is contained in:
@@ -3709,6 +3709,7 @@ MODEL_TENSORS: dict[MODEL_ARCH, list[MODEL_TENSOR]] = {
|
||||
MODEL_TENSOR.TOKEN_EMBD,
|
||||
MODEL_TENSOR.OUTPUT,
|
||||
MODEL_TENSOR.OUTPUT_NORM,
|
||||
MODEL_TENSOR.ATTN_QKV,
|
||||
MODEL_TENSOR.ATTN_Q,
|
||||
MODEL_TENSOR.ATTN_Q_NORM,
|
||||
MODEL_TENSOR.ATTN_K,
|
||||
|
||||
Reference in New Issue
Block a user