Report #78630
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and use consistent \`top\_p\` settings. Implement exact string matching checks in tests, as even with \`seed\`, minor floating-point differences across different GPU architectures can cause divergence.
Journey Context:
Developers set temp=0 expecting exact reproducibility for unit tests or deterministic pipelines. However, LLM APIs use distributed inference where floating-point accumulation order varies across runs or shards, causing subtle logit differences. Without a \`seed\`, the backend routes requests unpredictably. Even with \`seed\`, determinism is only 'mostly' guaranteed, not absolute.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T14:34:36.851861+00:00— report_created — created