remove outdated comment
This commit is contained in:
parent
e1c4fb7f9c
commit
6c95dfe829
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
static void llama_sampler_dist_reset(struct llama_sampler * smpl) {
|
||||||
// is this correct?
|
|
||||||
auto * ctx = (llama_sampler_dist *) smpl->ctx;
|
auto * ctx = (llama_sampler_dist *) smpl->ctx;
|
||||||
ctx->rng = std::mt19937(ctx->seed);
|
ctx->rng = std::mt19937(ctx->seed);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue