Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created May 6, 2026 23:24
Show Gist options
  • Select an option

  • Save mamemomonga/efcda05e5922cc5671d3b79141bcd5da to your computer and use it in GitHub Desktop.

Select an option

Save mamemomonga/efcda05e5922cc5671d3b79141bcd5da to your computer and use it in GitHub Desktop.
gemma4:e4b で ローカルLLMを試す

gemma4:e4b で ローカルLLMを試す

前提条件

  • MacMini M2Pro MEM:16GB OS:Sequoia

参考URL

オープンなLLMモデルを使えるようにするやつ

インストールとサーバ起動

brew install ollama
ollama serve

M系Mac 16GBでいい感じに動くモデル

インストール

  • ~/.ollama のどっかに入るようだ
ollama pull gemma4:e4b

チャット開始

ollama run gemma4:e4b

aider

Claude Codeみたいなやつ

起動

uvx --python 3.11 --from aider-chat aider --model ollama/gemma4:e4b --file AGENTS.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment