3 ms·
Don't you need the same model, on the same hardware, with the same prompt, and temperature set to 0 to make it deterministic?
by NewJazz 24d ago
Don't you need the same model, on the same hardware, with the same prompt, and temperature set to 0 to make it deterministic?
- anon291 23d agoSame model. Same hardware... Depends. If you sacrifice speed then no. Ieee754 is pretty specifically specified, the issue is that it's not associative. If you get the associativity correct, then there's no issue. Associativity usually dies due to scheduling