Happy New Year! Let's get AM merged

This commit is contained in:
George Hotz
2024-12-30 13:15:10 -05:00
parent 180916257d
commit 0addbad36d

View File

@@ -240,8 +240,8 @@ jobs:
run: |
PYTHONPATH="." python test/external/fuzz_shapetracker.py
PYTHONPATH="." python test/external/fuzz_shapetracker_math.py
- name: Repo line count <= 9999 lines
run: MAX_LINE_COUNT=10136 python sz.py
- name: Repo line count < 11000 lines
run: MAX_LINE_COUNT=11000 python sz.py
testopencl:
strategy: