Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 7, 2024
1 parent 52a9fb7 commit cedf4ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.6.2 (2024-08-07)

### Chore

* chore: update repository / homepage metadata ([`b917d47`](https://github.com/chanind/linear-relational/commit/b917d47eab1d63c605479d345c0edab51cdda249))

### Fix

* fix: bug with gemma cache on non-fp32 (#10) ([`52a9fb7`](https://github.com/chanind/linear-relational/commit/52a9fb7c09b076554b9d84f2c430cc85710b8240))


## v0.6.1 (2024-08-07)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion linear_relational/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.1"
__version__ = "0.6.2"

from .CausalEditor import (
CausalEditor,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "linear-relational"
version = "0.6.1"
version = "0.6.2"
description = "A Python library for working with Linear Relational Embeddings (LREs) and Linear Relational Concepts (LRCs) for LLMs"
authors = ["David Chanin <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cedf4ff

Please sign in to comment.