From 7f9590d35738025bfafa33cd800bc2cd2157a628 Mon Sep 17 00:00:00 2001 From: chenyu Date: Thu, 11 Jan 2024 11:57:05 -0500 Subject: [PATCH] hotfix disable flaky mac runner wino cifar (#3087) --- .github/workflows/benchmark.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1eeed36875..e69f04926c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -46,8 +46,9 @@ jobs: JIT=1 python3 examples/gpt2.py --prompt "Hello." --count 10 --temperature 0 --timing | tee gpt2_jitted.txt - name: Run 10 CIFAR training steps run: STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar.txt - - name: Run 10 CIFAR training steps w winograd - run: WINO=1 STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar_wino.txt + # TODO: this is flaky too + # - name: Run 10 CIFAR training steps w winograd + # run: WINO=1 STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar_wino.txt - uses: actions/upload-artifact@v4 with: name: Speed (Mac)