Skip to content

Commit

Permalink
update keras version
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Mar 18, 2024
1 parent 06ef21e commit 3edab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
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.0.5/",
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.1.0/",
"keras_tuner": f"{KERAS_TEAM_GH}/keras-tuner/tree/v1.4.7/",
"keras_cv": f"{KERAS_TEAM_GH}/keras-cv/tree/v0.8.2/",
"keras_nlp": f"{KERAS_TEAM_GH}/keras-nlp/tree/v0.8.2/",
Expand Down

0 comments on commit 3edab1f

Please sign in to comment.