cont : avoid copy_state

This commit is contained in:
Georgi Gerganov
2026-08-06 10:19:52 +03:00
parent 9fcc9117cf
commit 6751477adf
4 changed files with 4 additions and 80 deletions
-2
View File
@@ -324,7 +324,6 @@ static llama_sampler_i test_single_output_backend_sampler_i = {
/* .backend_apply = */ test_single_output_backend_sampler_backend_apply,
/* .backend_set_input = */ nullptr,
/* .backend_reset = */ nullptr,
/* .copy_state = */ nullptr,
};
static llama_sampler * test_single_output_backend_sampler_init(
@@ -1773,7 +1772,6 @@ static void test_backend_multi_output_dist_transaction(const test_params & param
llama_batch_free(batch);
llama_sampler_copy(saved.get(), chain.get());
batch = decode();
verify_random(0, randoms[2]);
llama_batch_free(batch);