fixes from the dsp branch + 12500 lines (#9683)

* fixes from the dsp branch

* more changes

* those are gep pushing
This commit is contained in:
George Hotz
2025-04-02 13:07:17 +08:00
committed by GitHub
parent c20f112e9f
commit 6f812d3f2f
12 changed files with 90 additions and 32 deletions

View File

@@ -335,8 +335,8 @@ jobs:
run: awk '/```python/{flag=1;next}/```/{flag=0}flag' README.md > README.py && PYTHONPATH=. python README.py
- name: Run unit tests
run: PYTHONPATH="." python -m pytest -n=auto test/unit/
- name: Repo line count < 12000 lines
run: MAX_LINE_COUNT=12000 python sz.py
- name: Repo line count < 12500 lines
run: MAX_LINE_COUNT=12500 python sz.py
fuzzing:
name: Fuzzing