Skip to content

sys555/ezrunner

Repository files navigation

EZ Runner

Run any LLM, anywhere, offline.

Pack any LLM model into an offline-runnable Docker image with one command.

Quick Start

# Install
pip install -e .

# Pack a model
ezrunner pack qwen/Qwen-7B-Chat -o model.tar

# Run on offline machine
ezrunner run model.tar

Documentation

For Developers

# Clone repository
git clone https://github.com/yourusername/ezrunner.git
cd ezrunner

# Install dev dependencies
pip install -e ".[dev]"

# Run tests
pytest

# Check code quality
black src/ tests/
ruff check src/ tests/
mypy src/

License

Apache-2.0

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published