Commit 90880bb
Restrict Python to <3.14 to prevent CPU RAM OOM in distributed training
Python 3.14.0 caused progressive CPU RAM exhaustion during DDP training.
Downgrading to Python 3.13 resolved the issue. Pin .python-version to
3.13 and update uv.lock accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9a95e49 commit 90880bb
3 files changed
Lines changed: 156 additions & 731 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments