mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
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:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user