From e07d8b147a427eb32ad9c61a2f5d3cebb00cb0ff Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sun, 4 May 2025 17:51:53 -0700 Subject: [PATCH] hotfix: don't OOM in the osx unit test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa4dc9a596..09c3987a56 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -708,7 +708,7 @@ jobs: - name: Run real world test run: JIT=2 METAL=1 python -m pytest -n=auto test/models/test_real_world.py --durations=20 - name: Test models (Metal) - run: JIT=2 METAL=1 python -m pytest -n=auto test/models --durations=20 + run: JIT=2 METAL=1 python -m pytest test/models -v --durations=20 - name: Run ONNX run: JIT=2 METAL=1 python -m pytest -n=auto test/external/external_test_onnx_backend.py --durations=20 - name: Test tensor core ops (fake)