Commit 3d13b9f
Add sortformer to model coverage skip list
The model_coverage_test enforces that every registered model_type has either a
shared test config (tests/_test_configs.py + _registry.py test_model_id) or an
entry in _COVERAGE_SKIP. Sortformer is a NeMo .nemo diarization model with a
custom SortformerConfig and no HuggingFace config.json, so it uses the same
mechanism as the sibling fastconformer_rnnt model: skip the generic coverage
and rely on the dedicated tests/sortformer_integration_test.py (L4/L5 golden)
plus TestBuildGraphSortformer (L1).
Fixes 4 CI failures in tests/model_coverage_test.py for model_type 'sortformer'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Mason Corey <masoncorey@microsoft.com>1 parent 7d0198e commit 3d13b9f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
0 commit comments