forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seperate quantize and export_to_edge in builder (pytorch#3613)
Summary: Pull Request resolved: pytorch#3613 Currently export_to_edge includes both applying quantizer and run to_edge, separate them so I can call quantize only in the eval_llama.py Reviewed By: Jack-Khuu, larryliu0820 Differential Revision: D57367832 fbshipit-source-id: 04d225df5403657cd86726af8cffb77c7c41147e
- Loading branch information
1 parent
36f83eb
commit 0364d45
Showing
2 changed files
with
40 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters