Posts

Showing posts with the label Gemma

AI Map — Part 3: Your AI, Your Rules: Offline Open Source Models

Image
  This article is the third and final part of the AI Map series. In the first part , we covered closed-source models, and in the second part , we discussed open-source models accessed via an API. In this part, we’re taking it a step further: downloading AI models directly to your device and running them without an internet connection. Why Local AI? All the models discussed in the first and second parts share a common trait: they don’t work without an internet connection. When the network goes down, the model stops; if the server crashes, access is lost; and if company policies change, you have no idea what happens to your data. Local AI solves all three of these problems at once. Your conversations, data, and all information never leave your computer. On a plane, in the mountains, or in an environment without internet the model keeps working. And once you’ve downloaded it, there’s no monthly subscription, no pay-per-use fees. Of course, there’s a trade-off: the models are large fi...