1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ollamaのダウンロードしたモデルをすべて更新する

Last updated at Posted at 2024-05-28

Ollamaで使えるモデルは更新されることがあります.どれが更新されているか確認するのも面倒ですし,ダウンロードしたモデルをすべて一つ一つ更新するのも面倒です.次のone-linerでダウンロードしているすべてのモデルを一気に更新できます.

ollama list | tail -n +2 | tr -s ' ' | cut -d ' ' -f1 | xargs -n1 ollama pull

参考サイト
https://github.com/ollama/ollama/issues/803

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?