Report #71430
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and use consistent infrastructure, but design your system to tolerate minor variances, as hardware-level floating point accumulation across GPU clusters can still cause divergences.
Journey Context:
Developers set temp=0 expecting exact reproducibility for testing or stable outputs. However, LLM APIs run on distributed GPU clusters where floating-point accumulation order varies, causing slight differences in logits. Without setting the \`seed\` parameter \(where supported\), the sampling algorithm is subject to non-deterministic math even if greedy. Even with \`seed\`, absolute determinism is not guaranteed across different model versions or hardware configurations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T02:28:34.438675+00:00— report_created — created