|
| 1 | +# Copyright (c) 2020-2025, NVIDIA CORPORATION. |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +NEMO_NUMBA_MINVER=0.53 CUDA_VISIBLE_DEVICES=0 coverage run -a --data-file=/workspace/.coverage --source=/workspace/ -m pytest \ |
| 15 | + tests/collections/asr/numba \ |
| 16 | + tests/collections/asr/test_asr_classification_model.py \ |
| 17 | + tests/collections/asr/test_asr_context_biasing.py \ |
| 18 | + tests/collections/asr/test_asr_ctc_encoder_model_bpe.py \ |
| 19 | + tests/collections/asr/test_asr_ctcencdec_model.py \ |
| 20 | + tests/collections/asr/test_asr_datasets.py \ |
| 21 | + tests/collections/asr/test_asr_eou.py \ |
| 22 | + tests/collections/asr/test_asr_exportables.py \ |
| 23 | + tests/collections/asr/test_asr_filterbankfeatures_seq_len.py \ |
| 24 | + tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_bpe.py \ |
| 25 | + tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_bpe_prompt.py \ |
| 26 | + tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_char.py \ |
| 27 | + tests/collections/asr/test_asr_interctc_models.py \ |
| 28 | + tests/collections/asr/test_asr_lhotse_dataset.py \ |
| 29 | + tests/collections/asr/test_asr_lhotse_speaker_dataset.py \ |
| 30 | + tests/collections/asr/test_asr_local_attn.py \ |
| 31 | + tests/collections/asr/test_asr_metrics.py \ |
| 32 | + tests/collections/asr/test_asr_modules.py \ |
| 33 | + tests/collections/asr/test_asr_multitalker_models.py \ |
| 34 | + -m "not pleasefixme" --with_downloads |
0 commit comments