-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable IPEXModel with deepspeed (#732)
* support deepspeed * enable IPEXModel with deepspeed * make style * add env setup * revert changes for openvino * rm json * fix style * rm import deepspeed * fix comments * fix deepspeed layer check * fix layer check * update deepspeed readme * update examples * rebase * add jit trace in init method * Update optimum/intel/ipex/modeling_base.py Co-authored-by: Ella Charlaix <[email protected]> * add tests for init method * assign pipeline framework to pt * delete deepspeed example * fix config check * fix tests * fix float pointing error --------- Co-authored-by: Ella Charlaix <[email protected]>
- Loading branch information
1 parent
0c2217d
commit 458f271
Showing
4 changed files
with
65 additions
and
20 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