Skip to content

Commit 0c5db92

Browse files
committed
bumped version to v0.0.5
1 parent 4a8aaff commit 0c5db92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebooks/interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"outputs": [],
5353
"source": [
54-
"!pip install tuned-lens==0.0.3\n"
54+
"!pip install tuned-lens==0.0.5\n"
5555
]
5656
},
5757
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"transformers",
2020
"huggingface_hub>=0.12.1",
2121
]
22-
version = "0.0.3"
22+
version = "0.0.5"
2323

2424
[project.optional-dependencies]
2525
dev = [

tuned_lens/nn/lenses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def __iter__(self) -> Generator[th.nn.Module, None, None]:
208208
yield from self.layer_translators
209209

210210
@classmethod
211-
def load(cls, resource_id: str, revision: str = "v0.0.4", **kwargs) -> "TunedLens":
211+
def load(cls, resource_id: str, revision: str = "v0.0.5", **kwargs) -> "TunedLens":
212212
"""Load a tuned lens from a or hugging face hub.
213213
214214
Args:

0 commit comments

Comments
 (0)