File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -426,9 +426,9 @@ jobs:
426426 set -euo pipefail
427427 pushd .
428428 cd tests/py/dynamo
429- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_plugins_tests_results .xml automatic_plugin/test_automatic_plugin.py
430- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_plugins_tests_results .xml automatic_plugin/test_automatic_plugin_with_attrs.py
431- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_plugins_tests_results .xml automatic_plugin/test_flashinfer_rmsnorm.py.py
429+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/test_automatic_plugin .xml automatic_plugin/test_automatic_plugin.py
430+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/test_automatic_plugin_with_attrs .xml automatic_plugin/test_automatic_plugin_with_attrs.py
431+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/test_flashinfer_rmsnorm .xml automatic_plugin/test_flashinfer_rmsnorm.py.py
432432 popd
433433
434434 L2-torchscript-tests :
You can’t perform that action at this time.
0 commit comments