examples : fix build after sampling refactoring
ggml-ci
This commit is contained in:
parent
4a7f43f28c
commit
7e48e21b1f
8 changed files with 144 additions and 232 deletions
|
@ -138,7 +138,7 @@ int main(int argc, char ** argv) {
|
|||
|
||||
const auto & tokens = drafts[i].tokens;
|
||||
|
||||
LOG("draft %d: %s\n", i, LOG_TOKENS_TOSTR_PRETTY(ctx_dft, tokens));
|
||||
LOG("draft %d: %s\n", i, LOG_TOKENS_TOSTR_PRETTY(ctx_dft, tokens).c_str());
|
||||
}
|
||||
|
||||
int i_dft = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue