diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27944c6edc..ee914c224a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -452,6 +452,8 @@ jobs: run: CL=1 IGNORE_BEAM_CACHE=1 python3 -m pytest extra/optimization/test_beam_search.py - name: Test MLPerf stuff run: CL=1 python -m pytest -n=auto test/external/external_test_optim.py test/external/external_test_losses.py test/external/external_test_metrics.py test/external/external_test_datasets.py --durations=20 + - name: NULL=1 beautiful_mnist_multigpu + run: MAX_BUFFER_SIZE=0 NULL=1 python examples/beautiful_mnist_multigpu.py - name: Test Bert training run: MAX_BUFFER_SIZE=0 NULL=1 DEFAULT_FLOAT=HALF BENCHMARK=10 BS=24 GPUS=4 BERT_LAYERS=2 MODEL=bert python3 examples/mlperf/model_train.py - name: Test llama 3 training