Why is Generative AI non-deterministic
Given a trained LLM model with fixed weights, why is it that the same prompt yields different responses? Or is it the case that some type of RL takes place?
Generative AI typically is deterministic, most inference software includes a random seed to yield different results on each repeated entry.