差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| tips:linux:arch:apps:start [2026/04/05 21:03] – asaasa | tips:linux:arch:apps:start [2026/04/05 21:11] (現在) – [Local AI] asaasa | ||
|---|---|---|---|
| 行 64: | 行 64: | ||
| ==== Local AI ==== | ==== Local AI ==== | ||
| + | |||
| + | * ollama をインストールしてそこから全部やれる。 | ||
| + | * run したい一覧は https:// | ||
| <code bash> | <code bash> | ||
| user$ yay -S ollama | user$ yay -S ollama | ||
| user$ ollama serve | user$ ollama serve | ||
| - | (別端末で) user$ ollama run llama3 | + | |
| + | (別端末で | ||
| + | user$ ollama run llama3 | ||
| + | user$ ollama run mistral | ||
| + | user$ ollama run gpt-oss | ||
| </ | </ | ||