Simple local ai app (flathub.org)
from proxy@sh.itjust.works to linux@lemmy.ml on 17 Sep 2024 14:56
https://sh.itjust.works/post/25322953

I’m not a huge fan of AI, but I do use it occasionally. I found a tool on Flathub that I’ve been trying out, so I thought i would share it if any for you need something like it. The interface is also pretty nice if you use Gnome(it don’t look so nice KDE). Its unstable on my arch install

#linux

threaded - newest

RmDebArc_5@sh.itjust.works on 17 Sep 2024 15:17 next collapse

I have used Alpaca in the past, but personally I prefer GPT4ALL as it seems to be more complete.

proxy@sh.itjust.works on 17 Sep 2024 15:40 next collapse

Any particular reason you prefer GPT4ALL?

RmDebArc_5@sh.itjust.works on 17 Sep 2024 15:59 collapse

Way more models available, faster in my experience, more reliable, local ChatGPT compatible api and advanced fine tuning features. There have been some additions to Alpaca since I last used it, so maybe I will try it again soon but since I don’t use it regularly I use GPT4ALL because it just works, and when I tried Alpaca didn’t.

TeryVeneno@lemmy.ml on 17 Sep 2024 17:34 collapse

I’d say alpaca is pretty much identical these days, the only major difference is the interface. If you need more power running something like Open WebUI with Ollama makes more sense.

randomaccount43543@lemmy.world on 17 Sep 2024 22:09 collapse

There’s also lmstudio.ai

RmDebArc_5@sh.itjust.works on 18 Sep 2024 06:01 collapse

But lmstudio isn’t FOSS no?

delirious_owl@discuss.online on 17 Sep 2024 16:14 next collapse

something tells me its not local

atzanteol@sh.itjust.works on 17 Sep 2024 16:33 next collapse

I think something is lying to you.

MangoPenguin@lemmy.blahaj.zone on 17 Sep 2024 16:43 next collapse

Why would that be the case?

delirious_owl@discuss.online on 17 Sep 2024 18:03 collapse

Computation and storage limitations

match@pawb.social on 17 Sep 2024 18:32 next collapse

model training is often exorbitantly high-energy and storage, but the model output is not: GPT3 cost $7 million dollars just in electricity costs to train, but the model is “only” 500 GB, and can be run locally on just CPU processing

NOOBMASTER@lemmy.ml on 17 Sep 2024 18:38 collapse

cool

priapus@sh.itjust.works on 17 Sep 2024 18:53 next collapse

You overestimate the hardware required to run AI.

myopic_menace@reddthat.com on 17 Sep 2024 22:11 collapse

I can run Llama3 on my desktop with a 3060, answers are near instant.

MangoPenguin@lemmy.blahaj.zone on 17 Sep 2024 20:25 next collapse

You can run a basic model on pretty mid-range hardware, the smaller ones are only 1-2GB in size.

k4j8@lemmy.world on 18 Sep 2024 19:10 collapse

To be fair, the first time I tried running local AI (and it actually worked), I was so surprised that I actually unplugged my Ethernet and tried again. I’m still surprised, but it’s possible for the massive amounts of training data to be compressed to a model under only 10 or 20 GB.

z3rOR0ne@lemmy.ml on 17 Sep 2024 16:55 next collapse

Just use firejail to sandbox it and find out.

Swedneck@discuss.tchncs.de on 17 Sep 2024 16:59 next collapse

local AI models are a thing you know, just run this on a computer with no internet access and you’ll swiftly see whether it relies on servers or not.

TheGrandNagus@lemmy.world on 17 Sep 2024 18:26 next collapse

It absolutely is. I even tested it with WiFi turned off.

match@pawb.social on 17 Sep 2024 18:24 collapse

so like, turn your network connection off and try it

als@lemmy.blahaj.zone on 17 Sep 2024 17:33 next collapse

I recently did a very simple PR for this, adding keywords so I don’t keep forgetting the name of the app and not being able to find it 😅

rsolva@lemmy.world on 17 Sep 2024 20:45 collapse

Nice! It can also connect to a remote instance of ollama 👍