| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| CUDA_VISIBLE_DEVICES="" NEMO_NUMBA_MINVER=0.53 coverage run -a --data-file=/workspace/.coverage --source=/workspace/ -m pytest -m "not pleasefixme" --cpu --with_downloads --relax_numba_compat \ |
| --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 |
|
|