-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
612e940
commit ad6231d
Showing
6 changed files
with
125 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
./main \ | ||
--template_filename_axmodel "phi3-int8/llama_l%d.axmodel" \ | ||
--axmodel_num 32 \ | ||
--tokenizer_type 3 \ | ||
--bos 1 --eos 0 \ | ||
--filename_tokenizer_model tokenizer.model \ | ||
--filename_post_axmodel phi3-int8/llama_post.axmodel \ | ||
--filename_tokens_embed phi3-int8/model.embed_tokens.weight.bfloat16.bin \ | ||
--tokens_embed_num 32064 \ | ||
--tokens_embed_size 3072 \ | ||
--live_print 1 \ | ||
--continue 1 \ | ||
--prompt "$1" |
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