File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ jobs:
555555 cmd : |
556556 python -m pip install git+https://github.com/xufang-lisa/optimum-intel.git@e67abb1a20fb190b39c1dc0216cddb65b300210f
557557 python -m pytest -v ./tests/python_tests/test_continuous_batching.py -k "eagle3"
558- run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).eagle3_speculative_decoding .test }}
558+ run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).speculative_decoding .test }}
559559 timeout : 90
560560 defaults :
561561 run :
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ jobs:
472472 run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}
473473 timeout : 60
474474 - name : ' API tests'
475- cmd : ' python -m pytest -v ./tests/python_tests/test_continuous_batching.py ./tests/python_tests/test_generation_config.py ./tests/python_tests/test_sampling.py ./tests/python_tests/test_text_streamer.py'
475+ cmd : ' python -m pytest -v ./tests/python_tests/test_continuous_batching.py -n "not eagle3" ./tests/python_tests/test_generation_config.py ./tests/python_tests/test_sampling.py ./tests/python_tests/test_text_streamer.py'
476476 run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test || fromJSON(needs.smart_ci.outputs.affected_components).sampling.test || fromJSON(needs.smart_ci.outputs.affected_components).text_streamer.test }}
477477 timeout : 60
478478 - name : ' Rag tests'
@@ -489,6 +489,12 @@ jobs:
489489 python -m pytest -v ./tools/who_what_benchmark/tests -m nanollava
490490 run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).WWB.test }}
491491 timeout : 90
492+ - name : ' EAGLE3 speculative decoding tests'
493+ cmd : |
494+ python -m pip install git+https://github.com/xufang-lisa/optimum-intel.git@e67abb1a20fb190b39c1dc0216cddb65b300210f
495+ python -m pytest -v ./tests/python_tests/test_continuous_batching.py -k "eagle3"
496+ run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).speculative_decoding.test }}
497+ timeout : 90
492498 defaults :
493499 run :
494500 shell : bash
Original file line number Diff line number Diff line change @@ -656,7 +656,7 @@ jobs:
656656 cmd : |
657657 python -m pip install git+https://github.com/xufang-lisa/optimum-intel.git@e67abb1a20fb190b39c1dc0216cddb65b300210f
658658 python -m pytest -v ./tests/python_tests/test_continuous_batching.py -k "eagle3"
659- run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).eagle3_speculative_decoding .test }}
659+ run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).speculative_decoding .test }}
660660 timeout : 90
661661 defaults :
662662 run :
You can’t perform that action at this time.
0 commit comments