Skip to content

Commit 63fc0fa

Browse files
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

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nemo_toolkit[asr]
1+
nemo_toolkit[asr]==2.7.3
22
matplotlib
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nemo_toolkit[asr]
1+
nemo_toolkit[asr]==2.7.3
22
matplotlib

0 commit comments

Comments
 (0)