From f1fe1f93c16523e3fedae79ad5cd7bf91c5b0de9 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Mon, 19 May 2025 09:40:53 -0700 Subject: [PATCH] hotfix: 14000 lines --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33655f7b16..7f50c60dc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -368,8 +368,8 @@ jobs: # run: NULL=1 python3 examples/llama.py --gen 1 --size 7B --shard 4 --prompt "Hello." --count 3 --temperature 0 --timing - name: Run GC tests run: PYTHONPATH="." python test/external/external_uop_gc.py - - name: Repo line count < 13500 lines - run: MAX_LINE_COUNT=13500 python sz.py + - name: Repo line count < 14000 lines + run: MAX_LINE_COUNT=14000 python sz.py fuzzing: name: Fuzzing