update sops.gz, fix tests and add new linearizer test (#4437)

* update sops.gz, fix tests and add new linearizer test

* remove METAL CI skip for test_failure_22

* re-add skip to METAL CI to test_failure_22
This commit is contained in:
Francis Lam 2024-05-05 14:31:25 -07:00 committed by GitHub
parent 9ad3d0520a
commit c8595a9655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@ -18,7 +18,7 @@ python3 examples/beautiful_cartpole.py
python3 examples/mlperf/model_spec.py
python3 examples/yolov8.py ./test/models/efficientnet/Chicken.jpg
openpilot/go.sh
BIG=1 MPS=1 pytest test/
BIG=1 MPS=1 pytest test/ --ignore=test/test_fusion_op.py --ignore=test/test_linearizer_failures.py
# sort and uniq
sort -u /tmp/ops > /tmp/sops

File diff suppressed because one or more lines are too long