-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for NTK-by-Part Rotary Embedding & set correct rotary bas…
…e for Llama-3.1 series (#764) * Add support for NTK-by-Part Rotary Embedding & set correct rotary base for Llama-3.1-8B * Add support for NTK-by-Part Rotary Embedding & set correct rotary base for Llama-3.1 series * Add support for NTK-by-Part Rotary Embedding & set correct rotary base for Llama-3.1 series * Add support for NTK-by-Part Rotary Embedding & set correct rotary base for Llama-3.1 series * fix import order * fix black check * fix rope settings also for 3.2 models * fix rope settings also for llama-3 models --------- Co-authored-by: Bryce Meyer <[email protected]>
- Loading branch information
1 parent
8029d13
commit c7837fb
Showing
3 changed files
with
66 additions
and
2 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