From 74b04f7dca0c8c02ddf8ec09fff6b535233d603e Mon Sep 17 00:00:00 2001 From: chenyu Date: Sun, 5 Oct 2025 20:45:01 +0800 Subject: [PATCH] test beautiful_mnist_multigpu (#12455) * test beautiful_mnist_multigpu another example that fails with RANGEIFY * now i remember * MAX_BUFFER_SIZE=0 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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