mirror of https://github.com/razor-ai/soup.git
docs(changelog): fold #291 vision/audio vocab fix into [0.71.27]
The #291 fix (vision/audio vocab expansion) landed on main below the v0.71.27 version bump, so it ships in the v0.71.27 wheel — move its note from [Unreleased] into [0.71.27] ### Fixed, next to its text-path sibling #287, so the release notes accurately reflect what ships.
This commit is contained in:
parent
411ac504eb
commit
5c3a95312a
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -12,13 +12,6 @@ reproducing 70+ versions of notes.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
- Vision and audio SFT paths now apply configured vocabulary expansion
|
||||
(`data.add_new_tokens` / `data.new_special_tokens`) via the shared
|
||||
`apply_vocab_expansion()` helper, consistent with the text SFT path — they
|
||||
previously ignored it. Closes #290
|
||||
([#291](https://github.com/MakazhanAlpamys/Soup/pull/291) by [@CODING-DARSH](https://github.com/CODING-DARSH)).
|
||||
|
||||
## [0.71.27] - 2026-07-03
|
||||
|
||||
### Added
|
||||
|
|
@ -78,6 +71,11 @@ reproducing 70+ versions of notes.
|
|||
embeddings during initialization — previously these fields were accepted by
|
||||
the schema but silently ignored. Closes #289
|
||||
([#287](https://github.com/MakazhanAlpamys/Soup/pull/287) by [@CODING-DARSH](https://github.com/CODING-DARSH)).
|
||||
- Vision and audio SFT paths now apply that same configured vocabulary
|
||||
expansion (`data.add_new_tokens` / `data.new_special_tokens`) via the shared
|
||||
`apply_vocab_expansion()` helper, consistent with the text SFT path — they
|
||||
previously ignored it. Closes #290
|
||||
([#291](https://github.com/MakazhanAlpamys/Soup/pull/291) by [@CODING-DARSH](https://github.com/CODING-DARSH)).
|
||||
|
||||
### Security
|
||||
- `soup data doctor` strips C0 control characters (keeping tab/newline/CR)
|
||||
|
|
|
|||
Loading…
Reference in New Issue