Releases: Dan-wanna-M/kbnf
Releases · Dan-wanna-M/kbnf
v0.2.7-python
- Changes from
v0.3.6-rust
v0.2.6-python
- Changes from
v0.3.5-rust
.
v0.2.5-python
- Add
get_disallowed_token_ids_from_last_computation
inEngine
mask_logits
for torch tensor is faster now- Changes from
v0.3.4-rust
v0.3.4-rust
- Fix
token_ids_to_finish
not correctly updated with cache enabled bug
v0.3.3-rust
- Fix except! bug when excepting terminals containing regex metacharacters.
v0.2.4-python
- Changes from
v0.3.3-rust
v0.3.2-rust
- Make
pyo3-log
behindpython
feature gate so compilingkbnf
does not require a python interpreter. - Relax constraint on logits array length so logits that are padding to multiple of 64 for computational efficiency no longer needs special preprocessing
v0.2.3-python
- Changes from
v0.3.2-rust
v0.3.1-rust
Engine
Now supports__deepcopy__
in Python.Vocabulary
now warns against empty tokens and no longer produces false positive of potentially problematic vocabulary.
v0.2.2-python
- Changes from
v0.3.1-rust
.