tests : remove unnecessary sync in test-save-load-state (#26166)

This commit is contained in:
Georgi Gerganov
2026-07-27 13:11:20 +03:00
committed by GitHub
parent ddfc2288e4
commit 7ef790f90a
-2
View File
@@ -44,8 +44,6 @@ static llama_tokens generate_tokens(llama_context * ctx, llama_sampler * smpl, i
n_past++;
}
llama_synchronize(ctx);
return result;
}