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