mirror of https://github.com/commaai/tinygrad.git
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:
parent
9ad3d0520a
commit
c8595a9655
Binary file not shown.
|
@ -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
Loading…
Reference in New Issue