Skip to content

Commit 21466fa

Browse files
bdu91LIT team
authored and
LIT team
committed
Update LIT to 1.3.1 for minor version release.
PiperOrigin-RevId: 708402792
1 parent a811207 commit 21466fa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

RELEASE.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Learning Interpretability Tool Release Notes
22

3+
4+
## Release 1.3.1
5+
6+
This is a minor update to fix issues with running the [LIT Gemma Colab](https://colab.sandbox.google.com/github/google/generative-ai-docs/blob/main/site/en/gemma/docs/lit_gemma.ipynb).
7+
8+
39
## Release 1.3
410

511
This release updates how the Learning Interpretability Tool (LIT) can be

lit_nlp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lit-client",
3-
"version": "1.3",
3+
"version": "1.3.1",
44
"description": "Client app for LIT, the Learning Interpretability Tool",
55
"engines": {
66
"node": ">=18.0.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "lit-nlp"
77
# LINT.IfChange
8-
version = "1.3"
8+
version = "1.3.1"
99
# LINT.ThenChange(./lit_nlp/package.json)
1010
authors = [
1111
{ name="Google, LLC", email="[email protected]" }

0 commit comments

Comments
 (0)