Report #91186
[counterintuitive] LLM gives different answers at temperature 0
Do not rely on exact output reproducibility even at temperature 0; implement external validation or consensus mechanisms if determinism is required.
Journey Context:
A widespread belief is that setting temperature to 0 makes the model deterministic. While it selects the highest probability token, the underlying GPU floating-point operations are non-deterministic. Tiny floating-point differences can shift the highest probability token, leading to divergent outputs across different runs or hardware.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T11:39:03.518407+00:00— report_created — created