Skip to content

Commit b6949c5

Browse files
Cleanup templates/ dir (#2205)
* run autogen make * remove files under /templates dir * update gitignore * update keras version
1 parent be7fe77 commit b6949c5

31 files changed

+3
-53066
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ templates/examples/graph/*
1616
templates/**/guides/**/*.md
1717
templates/keras_hub/getting_started.md
1818
templates/keras_tuner/getting_started.md
19+
templates/keras_rs/examples/*
1920
datasets/*
2021
.history
2122
.vscode/*
22-
.idea/*
23+
.idea/*

scripts/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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.11.3/",
35+
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.12.0/",
3636
"keras_tuner": f"{KERAS_TEAM_GH}/keras-tuner/tree/v1.4.7/",
3737
"keras_hub": f"{KERAS_TEAM_GH}/keras-hub/tree/v0.23.0/",
3838
"tf_keras": f"{KERAS_TEAM_GH}/tf-keras/tree/v2.19.0/",

templates/examples/audio/ctc_asr.md

Lines changed: 0 additions & 659 deletions
This file was deleted.

0 commit comments

Comments
 (0)