Changes
Allowing loading model from local path via --model-id
Installation
pip install openllm==0.1.9To upgrade from a previous version, use the following command:
pip install --upgrade openllm==0.1.9Usage
All available models: python -m openllm.models
To start a LLM: python -m openllm start dolly-v2
Find more information about this release in the CHANGELOG.md
What's Changed
- fix: agent log by @aarnphm in #37
- Update README.md by @eltociear in #39
New Contributors
- @eltociear made their first contribution in #39
Full Changelog: v0.1.8...v0.1.9