Skip to content

Commit

Permalink
Update version (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinprasadhs authored Aug 14, 2024
1 parent 2ac94c4 commit 9d5040f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
GUIDES_GH_LOCATION = Path("keras-team") / "keras-io" / "blob" / "master" / "guides"
KERAS_TEAM_GH = "https://github.com/keras-team"
PROJECT_URL = {
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.4.1/",
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.5.0/",
"keras_tuner": f"{KERAS_TEAM_GH}/keras-tuner/tree/v1.4.7/",
"keras_cv": f"{KERAS_TEAM_GH}/keras-cv/tree/v0.9.0/",
"keras_nlp": f"{KERAS_TEAM_GH}/keras-nlp/tree/v0.14.2/",
"keras_nlp": f"{KERAS_TEAM_GH}/keras-nlp/tree/v0.14.4/",
"tf_keras": f"{KERAS_TEAM_GH}/tf-keras/tree/v2.17.0/",
}
USE_MULTIPROCESSING = False
Expand Down

0 comments on commit 9d5040f

Please sign in to comment.