remove outdated comment

This commit is contained in:
slaren 2024-09-08 15:17:28 +02:00
parent e1c4fb7f9c
commit 6c95dfe829

View file

@ -396,7 +396,6 @@ static struct llama_sampler * llama_sampler_dist_clone(const struct llama_sample
}
static void llama_sampler_dist_reset(struct llama_sampler * smpl) {
// is this correct?
auto * ctx = (llama_sampler_dist *) smpl->ctx;
ctx->rng = std::mt19937(ctx->seed);
}