Commit a1c387f
fix(upgrade): Remove NeMo from upgrade path
NeMo toolkit removed from TORCH_DEPENDENT_PACKAGES due to:
- @main branch is unstable, breaks reproducibility
- 500+ MB download with timeout risk
- CUDA version drift could break existing setup
- Pip resolver conflicts can hang or fail upgrades
Users who need NeMo can install manually after upgrade:
pip install nemo_toolkit[asr]
Based on expert code review recommendations (GPT flagged as critical).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8f42f99 commit a1c387f
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| |||
0 commit comments