Skip to content

yankeexe/ollama-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦙 Ollama Manager [WIP]

Python Version

CLI app to manage Ollama models.

⚡️ Features

  • List and Download Remote models from Ollama library
  • Delete existing Ollama models
  • Fuzzy Search

🚀 Installation

pip install ollama-manager

For development: installs app in editable mode

make setup

✨ Usage

Pull Remote Model

olm pull

Delete Local Model/s

Delete a single model

olm rm

Delete multiple models

olm rm -m

Getting Help

olm --help

olm <sub-command> --help