Skip to main content

Manage Ollama models from your commandline!

Project description

🦙 Ollama Manager

Python Version Downloads

CLI app to manage Ollama models.

⚡️ Features

🚀 Installation

pip install ollama-manager

# OR

pipx install ollama-manager

For development: installs app in editable mode

make setup

✨ Usage

Pull Remote Model

olm pull

Pull Hugging Face models:

olm pull -hf

# With query:

olm pull -hf -q llama3.2

# With limit:

olm pull -hf -q llama3.2 -l 10

# With multimodal capabilities:

olm pull -hf -q llama -mm

Delete Local Model/s

Delete a single model

olm rm

Delete multiple models

olm rm -m

Delete model without confirmation prompt:

olm rm -y

Run selected model

Run the selected model on Ollama terminal UI:

olm run

Run models in a Streamlit UI:

Ollama Manager UI

You need to install optional dependencies for this:

pip install ollama-manager[ui]

then use the following command to select the model:

# For Text Models
olm run -ui text

# For Vision Models

olm run -ui vision

List models

List your downloaded ollama models with a rich formatted table:

olm list

Sort models by name, date or size (default is name):

olm list --sort name  # Sort alphabetically by model name
olm list -s date      # Sort by modification date
olm list -s size      # Sort by model size

Control the sort order with --order or -o (default is asc):

olm list --sort size --order desc  # Largest models first
olm list -s date -o desc           # Most recently modified first
olm list -s name -o asc            # Alphabetical A-Z

Getting Help

olm --help

olm <sub-command> --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ollama_manager-0.1.7.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ollama_manager-0.1.7-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file ollama_manager-0.1.7.tar.gz.

File metadata

  • Download URL: ollama_manager-0.1.7.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ollama_manager-0.1.7.tar.gz
Algorithm Hash digest
SHA256 aed708f687628a9686c3eae21b6d4553df907a9b324bec1d9502043a781b31c8
MD5 b1916bdd2833d5786508acd977284a6e
BLAKE2b-256 9104aa635df6ada045dfa061b05ea2622f3c700f63f489257736cfd022127d42

See more details on using hashes here.

Provenance

The following attestation bundles were made for ollama_manager-0.1.7.tar.gz:

Publisher: release.yml on yankeexe/ollama-manager

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ollama_manager-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: ollama_manager-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ollama_manager-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 b4ac1de3928ba28951e0aa47bce1a0ca82e5ecbb56485c537f3c8bfd052a6118
MD5 7d120fe13c67e721a47f79d19aa450cd
BLAKE2b-256 6355e91050e18e59b37516eb905d9f61bc10419cc688197af8199ace4f4d06b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ollama_manager-0.1.7-py3-none-any.whl:

Publisher: release.yml on yankeexe/ollama-manager

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page