mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
bugfix: default should not be interactive (#304)
This commit is contained in:
parent
4545539d71
commit
da5303c1ea
2
main.cpp
2
main.cpp
@ -867,7 +867,7 @@ int main(int argc, char ** argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// enable interactive mode if reverse prompt is specified
|
// enable interactive mode if reverse prompt is specified
|
||||||
if (!antipromptv_inp.size()) {
|
if (antipromptv_inp.size() != 0) {
|
||||||
params.interactive = true;
|
params.interactive = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user