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:
chenyu 2024-02-21 18:16:13 -05:00 committed by GitHub
parent f513c37e64
commit 77d2a4c12a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -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.