diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0b3f35b0f..eaa43b1edc 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 < 13000 lines - run: MAX_LINE_COUNT=13000 python sz.py + - name: Repo line count < 13500 lines + run: MAX_LINE_COUNT=13500 python sz.py fuzzing: name: Fuzzing