Commit 27c3f5d
chore(MAD-223): force unbuffered prints in calibrate_ml8.py
Python's stdout is block-buffered when not attached to a TTY (e.g.
nohup'd to a file, run under timeout, etc), which hides per-layer
progress on long runs. Override print with flush=True so live
tail -f works during multi-hour calibrations.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent e11e754 commit 27c3f5d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
0 commit comments