I have experience in running servers, but I would like to know if it’s possible to do it, I just need a GPT 3.5 like private LLM running.

    • @TheBigBrother@lemmy.worldOP
      link
      fedilink
      English
      -410 months ago

      Yeah, I did see something related to what you mentioned and I was quite interested. What about quantized models?

      • @entropicdrift@lemmy.sdf.org
        link
        fedilink
        English
        310 months ago

        Quantized with more parameters is generally better than floating point with fewer parameters. If you can squeeze a 14b parameter model down to a 4-bit int quantization it’ll still generally outperform a 16-bit Floating Point 7b parameter equivalent.