From 252db13f25e371745894511a5a17ea22fd782a0f Mon Sep 17 00:00:00 2001 From: Ioan Budea Date: Wed, 17 Jun 2026 03:45:08 -0700 Subject: [PATCH] Split of "[re] Drop mig capability from tests" (#20330) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/20330 Differential Revision: D108805520 --- backends/cuda/tests/TARGETS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/cuda/tests/TARGETS b/backends/cuda/tests/TARGETS index bdf0f07f176..6d7ab3f9645 100644 --- a/backends/cuda/tests/TARGETS +++ b/backends/cuda/tests/TARGETS @@ -24,9 +24,8 @@ python_unittest_remote_gpu( ], keep_gpu_sections = True, remote_execution = re_test_utils.remote_execution( - subplatform = "A100", - mig = "false", platform = "gpu-remote-execution", + subplatform = "A100-exclusive", ), )