forked from huggingface/optimum-habana
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squash of the following 5 commits enable Falcon FP8 inference added example command in readme, code cleanup resolve issues in finetuning enable non reuse cache flow for fp8 revert non reuse_cache flow for training due to perf drop
- Loading branch information
1 parent
93eeebd
commit 9e0975f
Showing
7 changed files
with
576 additions
and
219 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
from .modeling_falcon import ( | ||
GaudiFalconAttention, | ||
GaudiFalconDecoderLayer, | ||
GaudiFalconForCausalLM, | ||
GaudiFalconMLP, | ||
GaudiFalconModel, | ||
gaudi_falcon_attention_forward, | ||
gaudi_falcon_attention_split_heads, | ||
gaudi_falcon_decoder_layer_forward, | ||
) |
Oops, something went wrong.