diff --git a/RELEASE.md b/RELEASE.md index 09591ed8..cb829531 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/lit_nlp/package.json b/lit_nlp/package.json index 42a26bdd..0ff72dc2 100644 --- a/lit_nlp/package.json +++ b/lit_nlp/package.json @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 66536476..2201e195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }