Skip to content

Commit

Permalink
Add EMBEDDING_LOOKUP to weightonly_wi4_afp32 policy.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684143235
  • Loading branch information
rewu93 authored and copybara-github committed Oct 9, 2024
1 parent 4f7041f commit 70ad7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_edge_quantizer/default_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"EMBEDDING_LOOKUP",
"FULLY_CONNECTED"
],
"weightonly_wi4_afp32": ["BATCH_MATMUL", "FULLY_CONNECTED"]
"weightonly_wi4_afp32": ["BATCH_MATMUL", "FULLY_CONNECTED", "EMBEDDING_LOOKUP"]
}
}
"""
Expand Down

0 comments on commit 70ad7d3

Please sign in to comment.