From 6dda9e77948c635f1a981e0751008df39cb4b32c Mon Sep 17 00:00:00 2001 From: HolyWu Date: Wed, 22 May 2024 20:45:51 +0800 Subject: [PATCH] Add test_dyn_models Was added in https://github.com/pytorch/TensorRT/pull/2750 --- .github/workflows/build-test-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test-windows.yml b/.github/workflows/build-test-windows.yml index 0586c2f75d..5261b95d1a 100644 --- a/.github/workflows/build-test-windows.yml +++ b/.github/workflows/build-test-windows.yml @@ -201,6 +201,7 @@ jobs: ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver ${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/torch_compile_be_test_results.xml backend/ ${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/torch_comple_be_e2e_test_results.xml --ir torch_compile models/test_models.py + ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/torch_compile_dyn_models_export.xml --ir torch_compile models/test_dyn_models.py popd tests-py-dynamo-core: