Skip to content

Commit 38267d5

Browse files
committed
Break train.py to see if CI notices
1 parent a3bb5dc commit 38267d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

train.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ def main(job_config: JobConfig):
256256
)
257257
scheduler.step()
258258

259+
raise RuntimeError("Testing that CI notices breakage")
260+
259261
checkpoint.save(
260262
train_state.step, force=(train_state.step == job_config.training.steps)
261263
)

0 commit comments

Comments
 (0)