Skip to content

Conversation

@AndrewBMadison
Copy link
Collaborator

Description

Brief description of what this PR does.

Closes #7
Implements model manager to download, cache, and verify llm models

Files Created:

python/tools/model_manager.py - 286 lines, full ModelManager implementation
python/tools/main.py - CLI entry point
configs/models.yaml - Registry with 7 models
tests/test_model_manager.py - 21 tests, all passing
docs/model_management.md - Complete user guide

Files Updated:

python/requirements.txt - Added huggingface-hub & pyyaml
pyproject.toml - Added huggingface-hub to llm extras
python/tools/init.py - Exported ModelManager
README.md - Added Model Management feature

@AndrewBMadison AndrewBMadison self-assigned this Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Model Download and Management Tool

2 participants