Update examples/main/main.cpp

This commit is contained in:
Georgi Gerganov 2023-08-23 17:11:56 +03:00 committed by GitHub
parent 9407c847a2
commit c3c5aacef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ int main(int argc, char ** argv) {
}
// Should not run without any tokens
if(embd_inp.size()==0) {
if (embd_inp.size()==0) {
embd_inp.push_back(llama_token_bos(ctx));
}