forked from quic/efficient-transformers
-
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.
Adding QEFFAutoModel i.e. model loader for loading any type of model. (…
…quic#31) * all changes Signed-off-by: Onkar Chougule <[email protected]> * only loader changes Signed-off-by: Onkar Chougule <[email protected]> * removed unused imports Signed-off-by: Onkar Chougule <[email protected]> * allowed to initialize QEFFAUtoLMModel Signed-off-by: Onkar Chougule <[email protected]> * fixed tests bugs Signed-off-by: Onkar Chougule <[email protected]> * renamed utils.py to _utils.py Signed-off-by: Onkar Chougule <[email protected]> * added more type hinting and docstrings Signed-off-by: Onkar Chougule <[email protected]> * addressed review comments, added test file for new interface Signed-off-by: Onkar Chougule <[email protected]> * enabled CLI APIs Signed-off-by: Onkar Chougule <[email protected]> * *Updated README, notebooks *Removed circular import *Added comments on loader files * separated cross-compile script *separated utils funcs Signed-off-by: Onkar Chougule <[email protected]> * bug-fix infer Signed-off-by: Onkar Chougule <[email protected]> * using QEfficient.export, compile in cloud APIs Signed-off-by: Onkar Chougule <[email protected]> * cleaner infer,epxport APIs Signed-off-by: Onkar Chougule <[email protected]> * addressed review comments Signed-off-by: Onkar Chougule <[email protected]> * *updated notebooks, readme *moved class desc to base.py *Added Runtime Enum Signed-off-by: Onkar Chougule <[email protected]> * updated cloud_ai_100_exec_kv to be callable from QEfficient package Signed-off-by: Onkar Chougule <[email protected]> * fixed tests Signed-off-by: Onkar Chougule <[email protected]> * clenaed notebook Signed-off-by: Onkar Chougule <[email protected]> * *Added transfrom call within init *reanmed cross_compile *updated notebooks *updated README Signed-off-by: Onkar Chougule <[email protected]> * addressed review comments Signed-off-by: Onkar Chougule <[email protected]> --------- Signed-off-by: Onkar Chougule <[email protected]>
- Loading branch information
1 parent
8fb7bd5
commit 09a9395
Showing
7 changed files
with
29 additions
and
60 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
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
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
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