Skip to content

Commit

Permalink
[tracer] fix FUNCTIONAL_MODULE_MAPPING (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 authored Sep 18, 2024
1 parent ce644ec commit 7cd31e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tinynn/graph/quantization/quantizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@

if hasattr(nn, 'RMSNorm'):
UNSUPPORTED_PYTORCH_QUANTIZATION_OP_LIST.update({nn.RMSNorm: None})
FUNCTIONAL_MODULE_MAPPING.update({'rms_norm': nn.RMSNorm})

# Processed QAT fuse rules
processed_qat_rules = {}
Expand Down

0 comments on commit 7cd31e9

Please sign in to comment.