Skip to main content
友田 陽大

Category

ローカルLLM・自分のPCでAI(Ollama / LM Studio / プライベートRAG)の始め方ガイド

ローカルLLMは『無料・プライバシー(データが外に出ない)・オフライン』でAIを使える、いま最も需要の高いテーマです。本クラスタは、Ollama / LM Studio の始め方、最大の疑問『自分のGPU(VRAM)でどのモデルが動くか』への即答、ChatGPTとの正直なコスト・プライバシー比較、そして手元の文書に答えさせるプライベートRAGの最小実装までを扱います。普通のPCで試す入門から、自前GPU・vLLM・社内RAGの本番運用へと地続きでつながるよう、実際にLLMを本番運用するエンジニアの視点で、型安全なコードとともに解説します。

3 articles in total

Foundational guide

Foundational guide (start here)

生成AI
LLM
Ollama
ローカルLLM
セルフホスト

The complete guide to getting started with local LLMs: run AI on your own PC with Ollama / LM Studio (with model selection by VRAM)

An engineer who actually runs LLMs in production explains how to get started with 'local LLMs' — running AI for free, privately, and offline on your own PC. From choosing between Ollama / LM Studio, to a model-selection table by VRAM that answers the biggest question 'which model runs on my GPU (VRAM),' quantization (Q4_K_M), the reality of speed, and code to build your own app with the Ollama API.

12 min read

Related practical articles