silence `missing initializer for member`

This commit is contained in:
ddh0 2025-12-14 21:55:45 -06:00
parent f5d08724e7
commit 493bf301ff
1 changed files with 1 additions and 0 deletions

View File

@ -2477,6 +2477,7 @@ struct llama_sampler * llama_sampler_init_power_law(
/* .rng = */ std::mt19937(seed_cur),
/* .weighted_sum = */ 0.0f,
/* .total_weight = */ 0.0f,
/* .original_probs = */ {},
}
);
}