150
Simple local ai app
(flathub.org)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Computation and storage limitations
You overestimate the hardware required to run AI.
I can run Llama3 on my desktop with a 3060, answers are near instant.
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
cool
You can run a basic model on pretty mid-range hardware, the smaller ones are only 1-2GB in size.
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.
Username checks out