Using --n-gpu-layers L --seed N
yields a different result compared with --seed N
only
#4020
-
I am testing offloading some layers of the Without GPU offloading: With GPU offloading: Does it depend on the model? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
There are small differences in stuff like rounding that add up. You might also notice difference results using a different type of GPU as well.
It's probably not impossible but there isn't currently a way. Just a note but you also probably can't really depend on results staying exactly the same long term, at least not unless you just never upgrade software. Other changes, such as to sampling could also cause the same seed to produce different results. |
Beta Was this translation helpful? Give feedback.
-
I see, thanks for the explanation. |
Beta Was this translation helpful? Give feedback.
There are small differences in stuff like rounding that add up. You might also notice difference results using a different type of GPU as well.
It's probably not impossible but there isn't currently a way. Just a note but you also probably can't really depend on results staying exactly the same long term, at least not unless you just never upgrade software. Other changes, such as to sampling could also cause the same seed to produce different results.