v0.1.0
This version introduces an effective rewrite of the library. There is a simple
pipeline aimed at maintaining compatibility with small environments supported by the ilab
CLI. There is also a new full
pipeline that is much more extensive and can produce higher quality results for environments capable of running it, along with the required teacher model, Mixtral-8x7b-instruct.
What's Changed
- Update e2e config to optimize pip caching by @nathan-weinberg in #44
- github: Automate some labels with mergify by @russellb in #40
- Add SDG library code by @shivchander, @aakankshaduggal, @oindrillac, et. al. in #42
- 📚 Adding Knowledge llm blocks by @abhi1092 in #50
- e2e: Fix permissions error by @russellb in #51
- Initial CLI integration with new SDG interfaces by @russellb in #46
- Fix dataset formatting for pipeline differences by @russellb in #57
- updates to grounded flow by @oindrillac, @shivchanderm, @oindrillac in #53
- e2e: Only run one job at a time for a given PR by @russellb in #68
- Fix prompt file paths for an installed library by @russellb in #67
- Resolve some trivial TODOs in generate_data() by @markmc in #74
- Fix mismatch in full pipeline outputs by @russellb in #75
- Updated chunking_document. by @PalmPalm7 in #65
- Handle type conversion errors in FilterByValueBlock by @russellb in #78
- Make SynthSkillsFlow honor the num_iters parameter by @russellb in #82
- Bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #91
- Drop remaining import from main instructlab package by @russellb in #89
- generate_data: Fix check for
output
in results by @russellb in #71 - generate_data: fix support for multiple leaf nodes by @russellb in #85
- Allow FilterByValueBlock to handle one or many values by @russellb in #81
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #24
- iterblock: remove duplicate line of code by @russellb in #83
New Contributors
- @shivchander made their first contribution in #42
- @aakankshaduggal made their first contribution in #42
- @abhi1092 made their first contribution in #50
- @oindrillac made their first contribution in #53
- @markmc made their first contribution in #74
- @PalmPalm7 made their first contribution in #65
Full Changelog: v0.0.4...v0.1.0