Ask HN: Is anybody providing deterministic LLMs?
julienreszka
·
2026-05-30
·
via Hacker News: Ask HN
|
|
 | |
you mean... an algorithm? what is a "deterministic LLM"? |
|
 | |
see the temperature parameter ? with current tech even if you set it to zero when you provide the same input multiple times you will rarely get the exact same output. |
|
 | |
The temperature parameter cannot be set to 0 via GUI, merely to a sall vale close to 0, as that would lead to a division by 0 in the code. |
|
 | |
in proper implementation 0 means greedy decoding |
|
 | |
yeah. because it's an LLM. again, you are looking for an algorithm. |
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。