mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-26 23:37:40 +00:00
Don't display the endoftext token.
This commit is contained in:
parent
02e13737f3
commit
bd5e279621
1
gptj.cpp
1
gptj.cpp
@ -740,6 +740,7 @@ void GPTJ::prompt(const std::string &prompt, std::function<bool(const std::strin
|
|||||||
|
|
||||||
// add it to the context
|
// add it to the context
|
||||||
embd.push_back(id);
|
embd.push_back(id);
|
||||||
|
if (id != 50256)
|
||||||
resp.push_back(id);
|
resp.push_back(id);
|
||||||
} else {
|
} else {
|
||||||
// if here, it means we are still processing the input prompt
|
// if here, it means we are still processing the input prompt
|
||||||
|
Loading…
Reference in New Issue
Block a user