Skip to content

Commit 5459783

Browse files
authored
Merge pull request #607 from instructlab/mergify/bp/release-v0.8/pr-606
Update CHANGELOG.md for v0.8.0 and v0.8.1 (backport #606)
2 parents 475c29b + cef4972 commit 5459783

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.spellcheck-en-custom.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Splitter
5555
src
5656
subdirectory
5757
subfolder
58+
submodlib
5859
Tatsu
5960
templating
6061
Tesseract

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Upcoming v0.8.x
1+
## v0.8.1
2+
3+
### Fixes
4+
5+
* Unpin submodlib-py dependency from 0.0.1 so we can pick up newer releases as they come out.
6+
7+
## v0.8.0
28

39
### Features
410

@@ -10,6 +16,14 @@ Each `LLMBlock` in a `Pipeline` can now specify `model_family` or `model_id` in
1016

1117
The parameters `model_family`, `model_id`, and `num_instructions_to_generate` are no longer required in `PipelineContext` objects. They used to be required, and if passed in will still get used as before. However, they can now be omitted if your `Pipeline` contains no `LLMBlock` entries or if your `LLMBlock` config specifies these values in the `Pipeline` yaml.
1218

19+
### Added Knowledge Prompts and Pipelines for Llama-3.3-70B-Instruct teacher model
20+
21+
There is a new pipeline for knowledge data generation optimized for Llama-3.3-70B-Instruct as the teacher model. It's shipped under a new `llama` pipelines package, and can be activated via `ilab data generate --pipeline llama ...` when using the `ilab` command line interface.
22+
23+
### Added a new preview subset_selection Python API
24+
25+
There's a new `instructlab.sdg.subset_selection` API that can be used to select subsets of larger generated datasets.
26+
1327
## v0.7.3
1428

1529
### Fixes

0 commit comments

Comments
 (0)