logoalt Hacker News

mathieudombrocktoday at 6:47 AM2 repliesview on HN

LLMs are determistic. Just like everything else computers are capable of doing.

Commercial front-ends just hide the random seed parameters.


Replies

jdifftoday at 10:47 AM

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.

kortillatoday at 7:22 AM

Distributed float math is not deterministic without introducing total operations ordering and destroying performance