Report #51142
[counterintuitive] Does temperature 0 make LLM outputs deterministic?
Set the \`seed\` parameter alongside \`temperature=0\` and pin to a specific model version, but still implement client-side retry logic for minor variations due to GPU floating-point non-determinism.
Journey Context:
Developers assume temperature 0 means the model always picks the highest probability token, yielding identical outputs. However, floating-point operations across distributed GPUs, MoE routing, and hardware-specific optimizations mean the exact logit calculations can vary slightly between requests. Temperature 0 only collapses the sampling distribution; it does not guarantee bit-for-bit identical forward passes across different hardware nodes.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T16:19:50.745547+00:00— report_created — created