Skip to content

Commit e44280e

Browse files
llcourageLIT team
authored andcommitted
LIT 1.3.2 release notes.
PiperOrigin-RevId: 767613554
1 parent ee87faf commit e44280e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Learning Interpretability Tool Release Notes
22

3+
## Release 1.3.2
4+
5+
This release enhances the Learning Interpretability Tool (LIT) with support for
6+
Text-to-Image models. We now support two versions:
7+
8+
Local version – based on [DALL-E](https://github.com/google/flax-dlrm/tree/main/models/dalle) .
9+
GCP version – built on VertexAI's [Imagen](https://cloud.google.com/vertex-ai/generative-ai/docs/image/overview) models.
10+
11+
### New Stuff
12+
13+
* LIT Text to Image Demos -
14+
[151f83e](https://github.com/PAIR-code/lit/commit/151f83ea8a7399cf2f1dba3e7cce4fbe402e949a),
15+
[7c2e754](https://github.com/PAIR-code/lit/commit/7c2e75415c2f8f0587a3635231ef19b1b94bd861),
16+
[f2bde3d](https://github.com/PAIR-code/lit/commit/f2bde3db2dc567570bbd7691b21ff2100991d8b0),
17+
[ee87faf](https://github.com/PAIR-code/lit/commit/ee87faf790fb4a40aee21f960e02b7c2bcbc8752)
18+
319

420
## Release 1.3.1
521

lit_nlp/package.json

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1"
8+
version = "1.3.2"
99
# LINT.ThenChange(./lit_nlp/package.json)
1010
authors = [
1111
{ name="Google, LLC", email="[email protected]" }

0 commit comments

Comments
 (0)