From 18812b42ef0d937282d11bf4b6fa137ee40b5dbd Mon Sep 17 00:00:00 2001 From: Ezekiel Calubaquib Date: Wed, 16 Sep 2026 19:10:42 -0700 Subject: [PATCH] Internal build configuration cleanup for torch_tpu src/ layout Internal-only cleanup of temporary backward-compatibility BUILD aliases and Copybara exclude rules. No OSS-visible changes. PiperOrigin-RevId: 982863309 --- tpu_sync/frameworks/torch/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpu_sync/frameworks/torch/BUILD b/tpu_sync/frameworks/torch/BUILD index 2b60c441..a5cbdda3 100644 --- a/tpu_sync/frameworks/torch/BUILD +++ b/tpu_sync/frameworks/torch/BUILD @@ -602,8 +602,8 @@ py_test( "@pypi//numpy", "@torch_tpu//shims/torch:pytorch", "@torch_tpu//src/torch_tpu", - "@torch_tpu//src/torch_tpu/_internal/execution_mode", - "@torch_tpu//src/torch_tpu/_internal/sync", + "@torch_tpu//src/torch_tpu/src/torch_tpu/_internal/execution_mode", + "@torch_tpu//src/torch_tpu/src/torch_tpu/_internal/sync", ], )