mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-10 01:18:32 +00:00
tests : synchronize contexts at end of test-thread-safety (#24935)
Assisted-by: Claude
This commit is contained in:
parent
e12a0128ab
commit
fdbd6abee2
1 changed files with 2 additions and 0 deletions
|
|
@ -146,6 +146,8 @@ int main(int argc, char ** argv) {
|
|||
}
|
||||
|
||||
LOG_INF("Model %d/%d, Context %d/%d: %s\n\n", m + 1, num_models, c + 1, num_contexts, result.c_str());
|
||||
|
||||
llama_synchronize(ctx.get());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue