▲ | mehdibl 14 hours ago | |||||||
Since when LLM become deterministic? | ||||||||
▲ | thomasmg 12 hours ago | parent [-] | |||||||
LLM are just software + data and can be made deterministic, in the same way a pseudo random number generator can be made deterministic by using the same seed. For an LLM, you typically set temperature to 0, or set the random seed to the same value, run it on the same hardware (or emulation) or otherwise ensure the (floating point) calculations get the exact same results. I think that's it. In reality, yes it's not that easy, but it's possible. | ||||||||
|