diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be82930b62..9fbc0bf5d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -337,7 +337,7 @@ jobs: run: GPU=1 python -m pytest -n=auto test/external/external_test_metrics.py --durations=20 - if: ${{ matrix.task == 'onnx' }} name: Test MLPerf datasets - run: GPU=1 python -m pytest -n=auto test/external/external_test_datasets.py --durations=20 + run: GPU=1 python -m pytest -sv -n=auto test/external/external_test_datasets.py --durations=20 - if: ${{ matrix.task == 'onnx' }} name: Run handcode_opt run: PYTHONPATH=. MODEL=resnet GPU=1 DEBUG=1 BS=4 HALF=0 python3 examples/handcode_opt.py