Skip to content

Commit 31d4432

Browse files
author
Ivy Bazan
committed
add JumpStart model build notification
1 parent 06f9993 commit 31d4432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,6 @@
9797

9898

9999
def setup(app):
100-
create_jumpstart_model_table()
100+
sys.stdout.write("Generating JumpStart model table...")
101+
sys.stdout.flush()
102+
create_jumpstart_model_table()

0 commit comments

Comments
 (0)