Releases: B0-B/blowtorch-transformer-api
Releases · B0-B/blowtorch-transformer-api
blowtorch 1.3.0
v1.2.2
blowtorch 1.2.2
Release Updates
- Added automated context-length detection to stdout so the user is always aware about the current context length.
- Automated context trimming: If the current aggregated context is too long for the context length the
auto_trim=True
argument (can be called in client init or config) will ensure the most recent context which does not overflow the allowed length. Otherwise users are prone to run into errors like this. - Added
cut_unfinished
argument to client. If enabled all outputs will be truncated to the last fulfilled sentence, unfinished sentences will be cutoff.