Skip to content

Commit 0434b1f

Browse files
committed
sort AWQ_MAPPING_REGISTRY in alphabetical order
Signed-off-by: cjackal <44624812+cjackal@users.noreply.github.com>
1 parent 77c1d55 commit 0434b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/awq/mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class AWQMapping:
134134
AWQ_MAPPING_REGISTRY: Dict[str, list[AWQMapping]] = {
135135
"CohereForCausalLM": _cohere_mappings,
136136
"Cohere2ForCausalLM": _cohere_mappings,
137+
"DeepseekV3ForCausalLM": _deepseek_mappings,
137138
"Gemma2ForCausalLM": _gemma_mappings,
138139
"Gemma3ForCausalLM": _gemma_mappings,
139140
"Gemma3ForConditionalGeneration": _gemma_mappings,
@@ -146,7 +147,6 @@ class AWQMapping:
146147
"Qwen2MoeForCausalLM": _moe_default_mappings,
147148
"Qwen3ForCausalLM": _default_mappings,
148149
"Qwen3MoeForCausalLM": _moe_default_mappings,
149-
"DeepseekV3ForCausalLM": _deepseek_mappings,
150150
}
151151

152152

0 commit comments

Comments
 (0)