llama : add comment
This commit is contained in:
parent
9d5c711587
commit
c519ca290e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct llama_vocab {
|
|||
id special_unk_id = 0;
|
||||
id special_sep_id = LLAMA_TOKEN_NULL;
|
||||
id special_pad_id = LLAMA_TOKEN_NULL;
|
||||
id special_cls_id = LLAMA_TOKEN_NULL;
|
||||
id special_cls_id = LLAMA_TOKEN_NULL; // TODO: revisit if this is really needed https://github.com/ggerganov/llama.cpp/pull/10930
|
||||
id special_mask_id = LLAMA_TOKEN_NULL;
|
||||
|
||||
id linefeed_id = 13;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue