remove newline token
This commit is contained in:
parent
6a4cfc4dfa
commit
10206d0360
1 changed files with 0 additions and 3 deletions
|
@ -1496,9 +1496,6 @@ llama_token llama_token_bos() {
|
|||
llama_token llama_token_eos() {
|
||||
return 2;
|
||||
}
|
||||
llama_token llama_token_newline() {
|
||||
return 13;
|
||||
}
|
||||
|
||||
llama_token llama_sample_top_p_top_k(
|
||||
llama_context * ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue