Skip to content

Commit 7171454

Browse files
committed
fix
1 parent 447e0ab commit 7171454

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/generate_wan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def run(config, pipeline=None, filename_prefix="", commit_hash=None):
168168
if jax.process_index() == 0 and writer:
169169
max_logging.log(f"TensorBoard logs will be written to: {config.tensorboard_dir}")
170170

171-
172171
if commit_hash:
173172
writer.add_text("inference/git_commit_hash", commit_hash, global_step=0)
174173
max_logging.log(f"Git Commit Hash: {commit_hash}")

0 commit comments

Comments
 (0)