v0.1.1
Overview
- Supports deployment of non-trained auxiliary models in the cluster, which can be used to provide rewards or other feedback in workflows.
- Support more custom components (e.g., monitors), and support automatic loading of custom components
- Support the use of file and database buffers in multi-node environments
- Bug fix
What's Changed
- link to Trinity-Studio codes by @yxdyc in #54
- Update developer guide by @pan-x-c in #53
- Bug fix in auxiliary_models. by @chenyushuo in #55
- Decompose
config_manager
. by @chenyushuo in #57 - Fix constants by @hiyuchang in #63
- Support custom monitor by @pan-x-c in #66
- Add model_path to auxiliary_models. by @chenyushuo in #67
- Fix DLC mode by @pan-x-c in #71
- Wrap database in ray actor by @pan-x-c in #70
- Add
workflow_args
for fine-grained control by @pan-x-c in #73 - Support loading user-written plugin modules automatically by @pan-x-c in #74
- Refactor Buffer Reader by @pan-x-c in #80
- Wrap file writer in ray by @pan-x-c in #82
- Progress Bar by @shiweijiezero in #87
- Customized math workflows by @garyzhang99 in #88
- Bumping version to v0.1.1 by @pan-x-c in #94
New Contributors
- @yxdyc made their first contribution in #54
- @shiweijiezero made their first contribution in #87
Full Changelog: v0.1.0...v0.1.1