Skip to content

Commit 8436d18

Browse files
authored
Bump KerasNLP version to 15.1 and update symbols (#1933)
We've made a number of name changes to accommodate multi-modal models with a lot more task types.
1 parent 8ec9402 commit 8436d18

File tree

3 files changed

+228
-329
lines changed

3 files changed

+228
-329
lines changed

scripts/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.5.0/",
4848
"keras_tuner": f"{KERAS_TEAM_GH}/keras-tuner/tree/v1.4.7/",
4949
"keras_cv": f"{KERAS_TEAM_GH}/keras-cv/tree/v0.9.0/",
50-
"keras_nlp": f"{KERAS_TEAM_GH}/keras-nlp/tree/v0.14.4/",
50+
"keras_nlp": f"{KERAS_TEAM_GH}/keras-nlp/tree/v0.15.1/",
5151
"tf_keras": f"{KERAS_TEAM_GH}/tf-keras/tree/v2.17.0/",
5252
}
5353
USE_MULTIPROCESSING = False

0 commit comments

Comments
 (0)