Skip to content

Commit 48dbcb5

Browse files
gemini codereview updates
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent a777241 commit 48dbcb5

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/modifiers/awq

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/awq/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def validate_model_after(model: "AWQModifier") -> "AWQModifier":
194194
warnings.warn(
195195
"A strategy including activation quantization was detected. "
196196
"AWQ was originally intended for weight-only quantization. "
197-
"Lower-precision activations are an experimental feautre, and "
197+
"Lower-precision activations are an experimental feature, and "
198198
"overall performance may be poor. If it is, consider using "
199199
"`W4A16` or `W4A16_ASYM` quantization schemes instead."
200200
)

0 commit comments

Comments
 (0)