From 45aae8a6bcda20f17c8681eb03bab560ce3fe415 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 11 Feb 2025 22:06:17 +0800 Subject: [PATCH] hotfix: add External Benchmark Schedule to CI --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 131cf1d9e3..da0f35f9ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,8 @@ jobs: key: llvm-speed deps: testing_minimal llvm: 'true' + - name: External Benchmark Schedule + run: PYTHONPATH="." python3 test/external/external_benchmark_schedule.py - name: Speed Test run: LLVM=1 LLVMOPT=1 python3 test/test_speed_v_torch.py - name: Speed Test (BEAM=2)