From 1a780f2851d6ca984637b3dbddc7ec79e56cfeea Mon Sep 17 00:00:00 2001 From: George Hotz Date: Wed, 8 Oct 2025 19:37:28 +0800 Subject: [PATCH] error --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 115044c61c..7f1adf2f0d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -112,6 +112,7 @@ jobs: run: time PYTHONPATH=. TARGET_EVAL_ACC_PCT=96.0 python3.11 examples/beautiful_mnist.py | tee beautiful_mnist.txt # NOTE: this is failing in CI. it is not failing on my machine and I don't really have a way to debug it + # the error is "RuntimeError: Internal Error (0000000e:Internal Error)" #- name: Run 10 CIFAR training steps # run: BENCHMARK_LOG=cifar_10steps JIT=1 ASSERT_MIN_STEP_TIME=3000 STEPS=10 python3.11 examples/hlb_cifar10.py | tee train_cifar.txt #- name: Run 10 CIFAR training steps w HALF