Commit 91aec49
[bot] Update Python packages (commaai#35976)
Update Python packages
Co-authored-by: Vehicle Researcher <[email protected]>1 parent cd087a5 commit 91aec49
3 files changed
+81
-80
lines changedSubmodule opendbc_repo updated 1 file
Submodule tinygrad_repo updated 28 files
- .github/workflows/test.yml+2
- examples/beautiful_mnist.py+2-3
- examples/mlperf/model_train.py+22-20
- examples/olmoe.py+3-4
- extra/models/llama.py+2-4
- extra/onnx.py+41-36
- test/external/external_test_onnx_backend.py+3
- test/external/external_test_onnx_ops.py+30
- test/test_edgecases.py-1
- test/test_jit.py+1-4
- test/test_ops.py+10-3
- test/test_schedule.py+8-8
- test/test_uops.py+11
- test/unit/test_rewrite_not_ready.py+69
- tinygrad/codegen/opt/search.py+4-1
- tinygrad/renderer/cstyle.py+1-1
- tinygrad/renderer/llvmir.py+3-2
- tinygrad/renderer/ptx.py+2-2
- tinygrad/runtime/ops_null.py+1
- tinygrad/runtime/ops_remote.py+18-4
- tinygrad/tensor.py+9-8
- tinygrad/uop/__init__.py+3
- tinygrad/uop/ops.py+29-21
- tinygrad/uop/optional.py+11
- tinygrad/uop/spec.py+1-1
- tinygrad/viz/index.html+2-2
- tinygrad/viz/js/index.js+27-29
- tinygrad/viz/serve.py+2-1
0 commit comments