what's the replacement of llama_set_rng_seed now? #11885
Unanswered
shadow3aaa
asked this question in
Q&A
Replies: 1 comment
-
It's moved to sampling API, can be set with Lines 1063 to 1097 in f355229 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
LLAMA_API void llama_set_rng_seed(struct llama_context * ctx, uint32_t seed);
was removed in df270ef, so what's the replacement of that?Beta Was this translation helpful? Give feedback.
All reactions