File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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+
19+ * Update NumPy to 2.0 -
20+ [ 49b85c9] ( https://github.com/PAIR-code/lit/commit/ )
321
422## Release 1.3.1
523
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " lit-nlp"
77# LINT.IfChange
8- version = " 1.3.1 "
8+ version = " 1.3.2 "
99# LINT.ThenChange(./lit_nlp/package.json)
1010authors = [
1111 { name =" Google, LLC" , email =" lit-dev@google.com" }
You can’t perform that action at this time.
0 commit comments