logoalt Hacker News

extraduder_iretoday at 3:20 AM1 replyview on HN

Are there any stable output large language models? Like stablediffusion does for image diffusion models.


Replies

tibbartoday at 3:32 AM

If you use a deterministic sampling strategy for the next token (e.g., always output the token with the highest probability) then a traditional LLM should be deterministic on the same hardware/software stack.

show 2 replies