Skip to content

Commit d9c4ed0

Browse files
authored
Update Keras to 3.9.2 and KerasHub to 0.20 (#2081)
1 parent b34da6b commit d9c4ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/autogen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
GUIDES_GH_LOCATION = Path("keras-team") / "keras-io" / "blob" / "master" / "guides"
3333
KERAS_TEAM_GH = "https://github.com/keras-team"
3434
PROJECT_URL = {
35-
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.9.1/",
35+
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.9.2/",
3636
"keras_tuner": f"{KERAS_TEAM_GH}/keras-tuner/tree/v1.4.7/",
37-
"keras_hub": f"{KERAS_TEAM_GH}/keras-hub/tree/v0.19.3/",
37+
"keras_hub": f"{KERAS_TEAM_GH}/keras-hub/tree/v0.20.0/",
3838
"tf_keras": f"{KERAS_TEAM_GH}/tf-keras/tree/v2.18.0/",
3939
}
4040
USE_MULTIPROCESSING = False

0 commit comments

Comments
 (0)