Hi,

I wanted to run some Large Language Models locally. Something like Private GPT or Medium Article on my local Apple Silicon to enhance my privacy but also get some additional help.

Does anyone have recommendations or guides I could follow?

Thank you very much.

  • moonpiedumplings@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    9 months ago

    The tldr as I understand it is that Mac M1/M2 devices are unique in that the vram (gpu ram) is the same as the normal ram. This sharing allows LLM models to run on the gpu of those chips, and in their “vram” as well, allowing you to run bigger models on smaller devices.

    Llama.cpp was the software that users did this with originalky. I can’t find the original guide/article I looked at, but here is a github gist, where the commenters have done benchmarks:

    https://gist.github.com/cedrickchee/e8d4cb0c4b1df6cc47ce8b18457ebde0

    • Guenther_Amanita@feddit.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      Alright, interesting… As I said, I’m no expert or anything and this was just my noob optinion.

      Thank you for the correction and further resources!