Y
Hacker News
new
|
ask
|
show
|
jobs
by
manmal
748 days ago
A compiler yields deterministic results though.
2 comments
bee_rider
747 days ago
Regardless of the nitty-gritty “determinism” questions; why’s this matter?
link
kolinko
748 days ago
llms are also deterministic
link
manmal
748 days ago
No, in most cases the same input will yield a different output.
link
Zambyte
748 days ago
No, LLMs are deterministic. What you are describing is a randomized seed, which is another input to the LLM. Some interfaces expose this input, and some do not.
link
kolinko
740 days ago
Only if you have a non-zero temperature. You have to program in nondeterminism, because otherwise they are 100% deterministic.
link
Drakim
748 days ago
Only because most tools provide a randomize seed alongside the input, but you don't have to do that.
link
coldtea
748 days ago
in a deterministic way based on seeds
link