line limit 12800 for usb (#10130)

This commit is contained in:
nimlgen
2025-05-01 16:57:44 +03:00
committed by GitHub
parent 0c59c6b8c7
commit 16e5376ae8
+2 -2
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 < 12500 lines
run: MAX_LINE_COUNT=12500 python sz.py
- name: Repo line count < 12800 lines
run: MAX_LINE_COUNT=12800 python sz.py
fuzzing:
name: Fuzzing