-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Llama 3.1 * Use provided max_seq_len and remove llama3_1 feature flag * Fix llama3 tokenizer w/ special tokens * Add Llama3 enum for model selection * Add end of turn token w/ stop tokens * Add Llama-3.1-8B-Instruct link * Add llama 3.1 tokenizer new tokens * Update to burn 0.14 and add import feature flag * Add cuda backend * Add known issues * Add llama 3.1 link * Add llama 3.1 community license agreement * Remove space * Remove deprecated note regarding binary weights (we use mpk now) * Add missing cuda backend mention
- Loading branch information
Showing
10 changed files
with
295 additions
and
68 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
Oops, something went wrong.