Skip to content

xkzy/Ollama-Model-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ollama Model Dumper

A Python utility for managing and dumping Ollama models.

Installation

  1. Clone this repository:
    git clone https://github.com/xkzy/Ollama-Model-Transfer.git
  2. Navigate to the project directory:
    cd ollama-model-dumper
  3. Install dependencies:
    pip install -r requirements.txt

Usage

You can execute the script directly from the command line with the following commands:

Backup all models

python ModelManager.py backup

Export a specific model

python ModelManager.py export deepseek-coder-base

Import models from a backup folder

python ModelManager.py import /path/to/backup/folder

If no arguments are provided, the script will prompt you with an interactive menu to choose an action.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages