|
|
|
|
|
by dist-epoch
413 days ago
|
|
> all the non-determinism comes from the seed not fully true, when using floating point the order of operations matters, and it can vary slightly due to parallelism. I've seen LLMs return different outputs with the same seed. |
|
It seems like that would make it hard to unit test LLM code, but they seem to be managing.