mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-08-14 19:48:33 +02:00
tests : remove unnecessary sync in test-save-load-state (#26166)
This commit is contained in:
@@ -44,8 +44,6 @@ static llama_tokens generate_tokens(llama_context * ctx, llama_sampler * smpl, i
|
||||
n_past++;
|
||||
}
|
||||
|
||||
llama_synchronize(ctx);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user