| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| NEMO_NUMBA_MINVER=0.53 CUDA_VISIBLE_DEVICES=0 coverage run -a --data-file=/workspace/.coverage --source=/workspace/ -m pytest -m "not pleasefixme" --with_downloads \ |
| --ignore=tests/collections/asr \ |
| --ignore=tests/collections/audio \ |
| --ignore=tests/collections/common \ |
| --ignore=tests/collections/llm \ |
| --ignore=tests/collections/multimodal \ |
| --ignore=tests/collections/nlp \ |
| --ignore=tests/collections/speechlm2 \ |
| --ignore=tests/collections/tts \ |
| --ignore=tests/core \ |
| --ignore=tests/core_ptl \ |
| --ignore=tests/hydra \ |
| --ignore=tests/lightning \ |
| --ignore=tests/export \ |
| --ignore=tests/deploy \ |
| --ignore=tests/functional_tests |
|
|