Comment by bigyabai 2 months ago LLMs aren't known for being super deterministic. 3 comments bigyabai Reply mathieudombrock 2 months ago LLMs are determistic. Just like everything else computers are capable of doing.Commercial front-ends just hide the random seed parameters. kortilla 2 months ago Distributed float math is not deterministic without introducing total operations ordering and destroying performance jdiff 2 months 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.
mathieudombrock 2 months ago LLMs are determistic. Just like everything else computers are capable of doing.Commercial front-ends just hide the random seed parameters. kortilla 2 months ago Distributed float math is not deterministic without introducing total operations ordering and destroying performance jdiff 2 months 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.
kortilla 2 months ago Distributed float math is not deterministic without introducing total operations ordering and destroying performance
jdiff 2 months 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.
LLMs are determistic. Just like everything else computers are capable of doing.
Commercial front-ends just hide the random seed parameters.
Distributed float math is not deterministic without introducing total operations ordering and destroying performance
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.