Hacker News new | ask | show | jobs
by catoc 275 days ago
I was thinking the exact same thing: if you don’t change the weights, use identical “temperature” etc, the same prompt will yield the same output. Under the hood it’s still deterministic code running on a deterministic machine
1 comments

This is incorrect. Temperature would need to be zero to get same result.
This is not correct. If the algorithm is deterministic and the random seed is the same, temperature can be anything and get the same result.

Same as using a seed to get the same map generated in Dwarf Fortress.

Thanks for replying, this is what I thought as well.
You’re right - TIL