-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Gemma2 Inference on Gaudi (#1504)
Signed-off-by: Wang, Yi A <[email protected]> Signed-off-by: Ye, Xinyu <[email protected]> Signed-off-by: Mengni Wang <[email protected]> Signed-off-by: Daniel Socek <[email protected]> Co-authored-by: billishyahao <[email protected]> Co-authored-by: Harish Subramony <[email protected]> Co-authored-by: Yeonsil Yoon <[email protected]> Co-authored-by: Seunghyuk Park (shepark) <[email protected]> Co-authored-by: regisss <[email protected]> Co-authored-by: Sun Choi <[email protected]> Co-authored-by: xinhe <[email protected]> Co-authored-by: Mohit Deopujari <[email protected]> Co-authored-by: Wang, Yi <[email protected]> Co-authored-by: Soila Kavulya <[email protected]> Co-authored-by: Iman Gohari <[email protected]> Co-authored-by: ZhengHongming888 <[email protected]> Co-authored-by: XinyuYe-Intel <[email protected]> Co-authored-by: Vivek Goel <[email protected]> Co-authored-by: Akihiro Takahashi <[email protected]> Co-authored-by: Miroslav Goncharenko <[email protected]> Co-authored-by: Wang, Mengni <[email protected]> Co-authored-by: Daniel Socek <[email protected]> Co-authored-by: Adam Stachowicz <[email protected]> Co-authored-by: Vidya Galli <[email protected]> Co-authored-by: deepak-gowda-narayana <140652370+deepak-gowda-narayana@users.noreply.github.com>
- Loading branch information
1 parent
82a1c96
commit 9a49200
Showing
8 changed files
with
1,105 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
from .modeling_gemma2 import ( | ||
GaudiGemma2Attention, | ||
GaudiGemma2DecoderLayer, | ||
GaudiGemma2ForCausalLM, | ||
GaudiGemma2MLP, | ||
GaudiGemma2Model, | ||
GaudiGemma2RotaryEmbedding, | ||
) |
Oops, something went wrong.