Skip to content

Releases: Dan-wanna-M/kbnf

v0.2.7-python

10 Aug 22:43
f494be1
Compare
Choose a tag to compare
  • Changes from v0.3.6-rust

v0.2.6-python

10 Aug 22:41
315feee
Compare
Choose a tag to compare
  • Changes from v0.3.5-rust.

v0.2.5-python

10 Aug 00:36
5a824e5
Compare
Choose a tag to compare
  • Add get_disallowed_token_ids_from_last_computation in Engine
  • mask_logits for torch tensor is faster now
  • Changes from v0.3.4-rust

v0.3.4-rust

09 Aug 23:48
a903626
Compare
Choose a tag to compare
  • Fix token_ids_to_finish not correctly updated with cache enabled bug

v0.3.3-rust

09 Aug 23:46
0ff27da
Compare
Choose a tag to compare
  • Fix except! bug when excepting terminals containing regex metacharacters.

v0.2.4-python

09 Aug 23:46
0ff27da
Compare
Choose a tag to compare
  • Changes from v0.3.3-rust

v0.3.2-rust

06 Aug 21:02
f00296b
Compare
Choose a tag to compare
  • Make pyo3-log behind python feature gate so compiling kbnf 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

06 Aug 21:03
f00296b
Compare
Choose a tag to compare
  • Changes from v0.3.2-rust

v0.3.1-rust

01 Aug 22:17
be1c3ac
Compare
Choose a tag to compare
  • 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

01 Aug 22:18
be1c3ac
Compare
Choose a tag to compare
  • Changes from v0.3.1-rust.