We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a69750 commit fd2b768Copy full SHA for fd2b768
1 file changed
backends/xnnpack/recipes/xnnpack_recipe_types.py
@@ -27,7 +27,7 @@ class XNNPackRecipeType(RecipeType):
27
"xnnpack_torchao_int8da_int4w_per_channel"
28
)
29
# INT8 Dynamic Activations INT4 Weight Quantization, default group_size = 32
30
- # can be overriden by group_size kwarg
+ # can be overridden by group_size kwarg
31
TORCHAO_INT8_DYNAMIC_ACT_INT4_WEIGHT_PER_TENSOR = (
32
"xnnpack_torchao_int8da_int4w_per_tensor"
33
0 commit comments