Y
Hacker News
new
|
ask
|
show
|
jobs
by
bigyabai
77 days ago
LLMs aren't known for being super deterministic.
1 comments
mathieudombrock
77 days ago
LLMs are determistic. Just like everything else computers are capable of doing.
Commercial front-ends just hide the random seed parameters.
link
kortilla
77 days ago
Distributed float math is not deterministic without introducing total operations ordering and destroying performance
link
jdiff
76 days ago
It's not usefully deterministic in the way computers usually are. Sensitively identical input can still lead to wildly different outputs even if all randomness is crushed out.
link
Commercial front-ends just hide the random seed parameters.