Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Learning Interpretability Tool Release Notes

## Release 1.3.2

This release enhances the Learning Interpretability Tool (LIT) with support for
Text-to-Image models. We now support two versions:

Local version – based on [DALL-E](https://github.com/google/flax-dlrm/tree/main/models/dalle) .
GCP version – built on VertexAI's [Imagen](https://cloud.google.com/vertex-ai/generative-ai/docs/image/overview) models.

### New Stuff

* LIT Text to Image Demos -
[151f83e](https://github.com/PAIR-code/lit/commit/151f83ea8a7399cf2f1dba3e7cce4fbe402e949a),
[7c2e754](https://github.com/PAIR-code/lit/commit/7c2e75415c2f8f0587a3635231ef19b1b94bd861),
[f2bde3d](https://github.com/PAIR-code/lit/commit/f2bde3db2dc567570bbd7691b21ff2100991d8b0),
[ee87faf](https://github.com/PAIR-code/lit/commit/ee87faf790fb4a40aee21f960e02b7c2bcbc8752)


## Release 1.3.1

Expand Down
2 changes: 1 addition & 1 deletion lit_nlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-client",
"version": "1.3.1",
"version": "1.3.2",
"description": "Client app for LIT, the Learning Interpretability Tool",
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "lit-nlp"
# LINT.IfChange
version = "1.3.1"
version = "1.3.2"
# LINT.ThenChange(./lit_nlp/package.json)
authors = [
{ name="Google, LLC", email="lit-dev@google.com" }
Expand Down