Skip to content

Commit fd2b768

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
xplat/executorch/backends/xnnpack/recipes/xnnpack_recipe_types.py (#19083)
Summary: Pull Request resolved: #19083 Reviewed By: franklinho Differential Revision: D100956511
1 parent 4a69750 commit fd2b768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/xnnpack/recipes/xnnpack_recipe_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class XNNPackRecipeType(RecipeType):
2727
"xnnpack_torchao_int8da_int4w_per_channel"
2828
)
2929
# INT8 Dynamic Activations INT4 Weight Quantization, default group_size = 32
30-
# can be overriden by group_size kwarg
30+
# can be overridden by group_size kwarg
3131
TORCHAO_INT8_DYNAMIC_ACT_INT4_WEIGHT_PER_TENSOR = (
3232
"xnnpack_torchao_int8da_int4w_per_tensor"
3333
)

0 commit comments

Comments
 (0)