mirror of https://github.com/commaai/tinygrad.git
regenerate kernel dataset after reduce arg to axis change (#3467)
``` ./extra/optimization/generate_dataset.sh gzip /tmp/sops mv /tmp/sops.gz extra/datasets/ ```
This commit is contained in:
parent
f513c37e64
commit
77d2a4c12a
|
@ -213,10 +213,9 @@ jobs:
|
|||
- if: ${{ matrix.task == 'onnx' }}
|
||||
name: Test ONNX (CLANG)
|
||||
run: CLANG=1 python -m pytest -n=auto test/external/external_test_onnx_backend.py --durations=20
|
||||
# NOTE: need to regenerate the dataset for this after the reduce change. it should probably gen a small dataset here instead
|
||||
#- if: ${{ matrix.task == 'onnx' }}
|
||||
# name: Test Action Space
|
||||
# run: PYTHONPATH="." GPU=1 python3 extra/optimization/get_action_space.py
|
||||
- if: ${{ matrix.task == 'onnx' }}
|
||||
name: Test Action Space
|
||||
run: PYTHONPATH="." GPU=1 python3 extra/optimization/get_action_space.py
|
||||
- if: ${{ matrix.task == 'onnx' }}
|
||||
name: Test Beam Search
|
||||
run: PYTHONPATH="." GPU=1 IGNORE_BEAM_CACHE=1 python3 -m pytest extra/optimization/test_beam_search.py
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue