set PAGE_SIZE=1 and generate new dataset (#7559)

13080 rows in total. both generating and loading this are pretty broken now. filters are wrong for example
This commit is contained in:
chenyu
2024-11-05 11:25:01 -05:00
committed by GitHub
parent 7581a57aac
commit 207bca6cea
6 changed files with 6 additions and 8 deletions

View File

@@ -320,7 +320,7 @@ jobs:
CLOUDDEV=GPU IMAGE=2 CLOUD=1 python3 test/test_tiny.py
- if: ${{ matrix.task == 'onnx' }}
name: Test Action Space
run: PYTHONPATH="." GPU=1 python3 extra/optimization/get_action_space.py
run: PYTHONPATH="." DEBUG=1 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