Posts

Showing posts from April, 2026

Ollama + Gemma 4 Local AI Setup Guide

Image
Ollama + Gemma 4 Local AI Setup Guide Install and run a local LLM on an external drive — step by step   Overview This guide walks you through installing Ollama and the Gemma 4 language model entirely on an external drive, so your main system drive stays clean. You will also learn how to expose the model via an API for use in tools like Postman or your own applications.   Topic Details Tool Ollama — a lightweight local LLM runner Model Gemma 4 by Google (~9 GB RAM required) Storage External drive (e.g. D:\ or F:\ OS Windows (PowerShell) API Port localhost:11434   Part 1 — Download Ollama Visit the official Ollama website to download the Windows installer.   •         Go to: https://ollama.com/download •         Download the OllamaSetup.exe file   ?...