Skip to content

Releases: chanind/linear-relational

v0.6.2

07 Aug 22:02
Compare
Choose a tag to compare

v0.6.2 (2024-08-07)

Chore

  • chore: update repository / homepage metadata (b917d47)

Fix

  • fix: bug with gemma cache on non-fp32 (#10) (52a9fb7)

v0.6.1

07 Aug 15:59
Compare
Choose a tag to compare

v0.6.1 (2024-08-07)

Fix

  • fix: fix cache behavior for gemma2 and warn if caching breaks (#9) (18a7bfc)

v0.6.0

04 Aug 16:50
Compare
Choose a tag to compare

v0.6.0 (2024-08-04)

Feature

  • feat: adding LRE forward() method (#8) (9558e5f)

v0.5.2

04 Aug 14:20
Compare
Choose a tag to compare

v0.5.2 (2024-08-04)

Fix

  • fix: get_device should gracefully handle models without a device attr (#7) (5fb2681)

v0.5.1

04 Aug 13:06
Compare
Choose a tag to compare

v0.5.1 (2024-08-04)

Fix

  • fix: relax transformers version (fd7b86c)

v0.5.0

30 Jun 22:36
Compare
Choose a tag to compare

v0.5.0 (2024-06-30)

Feature

  • feat: improving Lre repr() (011d936)

v0.4.0

29 Jun 21:28
Compare
Choose a tag to compare

v0.4.0 (2024-06-29)

Feature

  • feat: add map_activations_fn param in ConceptMatcher (#6)

  • feat: allow passing a map_activations_fn to ConceptMatcher

  • it seems tranformers >4.42.0 is broken (1ac957a)

v0.3.1

02 May 22:35
Compare
Choose a tag to compare

v0.3.1 (2024-05-02)

Fix

  • fix: fixing bug in inverted LRE forward() (46510ae)

v0.3.0

02 May 21:45
Compare
Choose a tag to compare

v0.3.0 (2024-05-02)

Chore

Feature

  • feat: allow setting max prompts in LRE training (#5) (2066999)

v0.2.1

16 Feb 14:44
Compare
Choose a tag to compare

v0.2.1 (2024-02-16)

Fix

  • fix: exporting ObjectAggregation and VectorAggregation from main module (975e215)