A Python utility for managing and dumping Ollama models.
- Clone this repository:
git clone https://github.com/xkzy/Ollama-Model-Transfer.git 
- Navigate to the project directory:
cd ollama-model-dumper
- Install dependencies:
pip install -r requirements.txt 
You can execute the script directly from the command line with the following commands:
python ModelManager.py backuppython ModelManager.py export deepseek-coder-basepython ModelManager.py import /path/to/backup/folderIf no arguments are provided, the script will prompt you with an interactive menu to choose an action.
This project is licensed under the MIT License - see the LICENSE file for details.