hotfix: 14000 lines

This commit is contained in:
George Hotz
2025-05-19 09:40:53 -07:00
parent 90eb3c0e5d
commit f1fe1f93c1

View File

@@ -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