forked from phoenix-oss/llama-stack-mirror
fix: unhide python_start, python_end
This commit is contained in:
parent
51492bd9b6
commit
70a7e4d51e
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ LLAMA4_TEXT_POST_TRAIN_SPECIAL_TOKENS = [
|
|||
"<|text_post_train_reserved_special_token_3|>",
|
||||
"<|text_post_train_reserved_special_token_4|>",
|
||||
"<|text_post_train_reserved_special_token_5|>",
|
||||
"<|text_post_train_reserved_special_token_6|>",
|
||||
"<|text_post_train_reserved_special_token_7|>",
|
||||
"<|python_start|>",
|
||||
"<|python_end|>",
|
||||
"<|finetune_right_pad|>",
|
||||
] + get_reserved_special_tokens(
|
||||
"text_post_train", 61, 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue