]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
tests : remove unnecessary sync in test-save-load-state (#26166)
authorGeorgi Gerganov <redacted>
Mon, 27 Jul 2026 10:11:20 +0000 (13:11 +0300)
committerGitHub <redacted>
Mon, 27 Jul 2026 10:11:20 +0000 (13:11 +0300)
tests/test-save-load-state.cpp

index bbb025617f6f0397ee456591da7c81d29b37c2de..6e93ce6fb8dab00cce4a5d325d49e9cf99f02b00 100644 (file)
@@ -44,8 +44,6 @@ static llama_tokens generate_tokens(llama_context * ctx, llama_sampler * smpl, i
         n_past++;
     }
 
-    llama_synchronize(ctx);
-
     return result;
 }