Reverted last change of adding the end_of_text stop word for llama 3
This commit is contained in:
parent
77a1303e2d
commit
a06753581c
1 changed files with 0 additions and 1 deletions
|
@ -386,7 +386,6 @@ static json oaicompat_completion_params_parse(
|
|||
llama_params["stop"].push_back("<|im_end|>"); // chatml
|
||||
llama_params["stop"].push_back("<end_of_turn>"); // gemma
|
||||
llama_params["stop"].push_back("<|eot_id|>"); // llama-3
|
||||
llama_params["stop"].push_back("<|end_of_text|>"); // llama-3
|
||||
|
||||
// Handle "response_format" field
|
||||
if (body.contains("response_format")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue