Releases: chanind/linear-relational
Releases · chanind/linear-relational
v0.6.2
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
v0.6.1 (2024-08-07)
Fix
- fix: fix cache behavior for gemma2 and warn if caching breaks (#9) (
18a7bfc
)
v0.6.0
v0.6.0 (2024-08-04)
Feature
- feat: adding LRE forward() method (#8) (
9558e5f
)
v0.5.2
v0.5.2 (2024-08-04)
Fix
- fix: get_device should gracefully handle models without a device attr (#7) (
5fb2681
)
v0.5.1
v0.5.1 (2024-08-04)
Fix
- fix: relax transformers version (
fd7b86c
)
v0.5.0
v0.5.0 (2024-06-30)
Feature
- feat: improving Lre repr() (
011d936
)
v0.4.0
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
v0.3.1 (2024-05-02)
Fix
- fix: fixing bug in inverted LRE forward() (
46510ae
)
v0.3.0
v0.3.0 (2024-05-02)
Chore
Feature
- feat: allow setting max prompts in LRE training (#5) (
2066999
)
v0.2.1
v0.2.1 (2024-02-16)
Fix
- fix: exporting ObjectAggregation and VectorAggregation from main module (
975e215
)