We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5c711 commit c519ca2Copy full SHA for c519ca2
src/llama-vocab.h
@@ -45,7 +45,7 @@ struct llama_vocab {
45
id special_unk_id = 0;
46
id special_sep_id = LLAMA_TOKEN_NULL;
47
id special_pad_id = LLAMA_TOKEN_NULL;
48
- 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
49
id special_mask_id = LLAMA_TOKEN_NULL;
50
51
id linefeed_id = 13;
0 commit comments