Tag: #Ollama

8 posts

Local Models Are Not Toys: Putting Qwen3 and Gemma 4 Into Three Real Workflows
Artificial Intelligence · Views

Local Models Are Not Toys: Putting Qwen3 and Gemma 4 Into Three Real Workflows

The real value of local open models is not a benchmark score, but whether they can enter tasks that happen every day. This article puts Qwen3 4B, Qwen3 8B, Gemma 4 E4B, and Gemma 4 12B into three workflows: development assistance, image understanding, and writing organization.

Installing Useful Open Models on a Local Development Machine: Choose the Runtime First
Artificial Intelligence · Views

Installing Useful Open Models on a Local Development Machine: Choose the Runtime First

A continuously updated local open-model installation note. Starting from a Windows + Ubuntu 26.04 LTS development machine with 64GB host memory, 32GB assigned to WSL, and an RTX 4060 Laptop GPU with 8GB VRAM, this article first decides whether Ollama should run on Windows or WSL, compares llama.cpp, LM Studio, vLLM, and other options, and then lists models worth keeping locally.

Can Gemma 4 12B on Ollama Listen to Audio Directly?
Artificial Intelligence · Views

Can Gemma 4 12B on Ollama Listen to Audio Directly?

A practical test of gemma4:12b audio input on a local test machine: the model metadata declares audio support, but Ollama's native /api/chat path could not reliably accept audio; the working path was the OpenAI-compatible input_audio block.

Can Gemma 4 12B on Ollama Read Video Directly?
Artificial Intelligence · Views

Can Gemma 4 12B on Ollama Read Video Directly?

A practical test from official docs to local verification: Gemma 4 12B can understand video as frame sequences, but Ollama did not accept MP4 directly in this test. The stable path is frame extraction plus multi-image input.

Running DeepSeek R1 Locally on Windows with Ollama
Artificial Intelligence · Views

Running DeepSeek R1 Locally on Windows with Ollama

A practical Windows 11 setup note for running DeepSeek R1 locally through Ollama, then connecting it to Chatbox, MaxKB, Open WebUI, and VS Code-based AI tools.