Commit 63fc0fa
committed
Pin nemo_toolkit to 2.7.3 for parakeet and sortformer
Adding matplotlib as an explicit line in install_requirements.txt
changed pip's resolver behavior: with matplotlib pinned first the
resolver lands on nemo_toolkit-2.0.0 in the sortformer CUDA job, which
predates SortformerEncLabelModel and produces `ImportError: cannot
import name 'SortformerEncLabelModel' from 'nemo.collections.asr.models'`.
The successful 12:51 UTC run on main resolved nemo_toolkit-2.7.3
transitively, with matplotlib coming along for the ride. Pin both
directly so the install order can no longer perturb the resolution.
Authored with Claude Code.1 parent 9590fb9 commit 63fc0fa
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
0 commit comments