• red_pigeon@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 hours ago

    Interesting. A few questions, if I may.

    Are you running ollama in the same system as the one consuming it ? If yes does it always run in background ? Does it impact performance of other applications when it runs in background?

    • PushButton@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 hours ago

      No, Ollama is running on an old PC with a GeForce 1060 and 16gig of ram…

      Yes, it’s a “webserver” running in the background exposing an API.

      However, if I “top” my system, without chatting, it sits at 0% usage; it’s only when asking that the system peeks at around 55-70% CPU.

      You have to understand there is 2 things here: the server and the model. The server is always running, but requires next to nothing in terms of resources.

      The model is what computing your questions, this is the heavy part. It’s started on use, then after a delay, it’s closing.

      TL;DR To answer your real question, you could use Ollama on the same system that you are using.