• qqq@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      The guts of an LLM are 100% deterministic. At the very last step a probability distribution is output and the exact same input will always give the exact same probability distribution, tunable by the temperature. One item from this distribution is then chosen based on that distribution and fed back in.

      Most people on lemmy literally have no idea what LLMs are but if you say something sounding negative about them then you get a billion upvotes.

      • [object Object]@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        3 months ago

        chosen based on that distribution and fed back in

        Do I understand it correctly that the LLM’s state is changed after execution? That does sorta mean that it’s effectively non-deterministic, though probably not as severely as with an RNG plugged in (depending on the algorithm).