SIGN IN SIGN UP

Enable mobilebert quant example (#1043)

Summary:
(On behavior of shewu-quic )

[Add mobilebert quantization example]
- reduce_dynamic_range: change the float.min to -10000 for mobilebert
- convert_addmm_back_to_linear: To handle missing quantization tag for addmm op after decomposing. (to_edge)
- convert_bmm_to_matmul: To handle missing quantization tag for bmm op after decomposing. (to_edge)
- add 16bit quantization config (There is a regression, need to investigate.)
- fallback embedding op (Due to some problems in Qnn runtime) modify fold_qdq for multi output.
- document fix

Pull Request resolved: https://github.com/pytorch/executorch/pull/1043

Reviewed By: kimishpatel

Differential Revision: D51355844

Pulled By: kirklandsign

fbshipit-source-id: f53f7448c0c564101cc06af215334e817d833389
S
shewu-quic committed
6dc33910f63f60fa3316dad0cc6fe1ac05a7c88a
Parent: 463b5d8
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 11/27/2023, 3:26:48 PM