erase flushing stderr, changes in spaces
This commit is contained in:
parent
75418dc2c2
commit
1cf0b09273
1 changed files with 3 additions and 6 deletions
|
@ -117,8 +117,6 @@ int main(int argc, char ** argv) {
|
||||||
fprintf(stderr, "%s", llama_token_to_piece(ctx_expert, id).c_str());
|
fprintf(stderr, "%s", llama_token_to_piece(ctx_expert, id).c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
fflush(stderr);
|
|
||||||
|
|
||||||
// create a llama_batch with size 512
|
// create a llama_batch with size 512
|
||||||
// we use this object to submit token data for decoding
|
// we use this object to submit token data for decoding
|
||||||
|
|
||||||
|
@ -178,7 +176,6 @@ int main(int argc, char ** argv) {
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_TEE("%s", llama_token_to_piece(ctx_expert, new_token_id_expert).c_str());
|
LOG_TEE("%s", llama_token_to_piece(ctx_expert, new_token_id_expert).c_str());
|
||||||
fflush(stdout);
|
|
||||||
|
|
||||||
// prepare the next batch
|
// prepare the next batch
|
||||||
llama_batch_clear(batch);
|
llama_batch_clear(batch);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue