facebook twitter hatena line email

「Mac/インストール/ollama」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==ollamaインストール== brew install ollama ==ollamaサーバ起動== ollama serve ==ログイン時に起動== brew services start ollama」)
 
(ログイン時に起動)
行7: 行7:
 
==ログイン時に起動==
 
==ログイン時に起動==
 
  brew services start ollama
 
  brew services start ollama
 +
 +
==gpt-ossモデルを動かす==
 +
ollama run gpt-oss

2025年8月23日 (土) 16:42時点における版

ollamaインストール

brew install ollama

ollamaサーバ起動

ollama serve

ログイン時に起動

brew services start ollama

gpt-ossモデルを動かす

ollama run gpt-oss