From 2187a8f3bbadff7fb9922b85473a6135f8272fdc Mon Sep 17 00:00:00 2001 From: Kirthi Shankar Sivamani Date: Tue, 20 Feb 2024 10:21:29 -0800 Subject: [PATCH] Move distributed tests to L1 (#673) Signed-off-by: Kirthi Shankar Sivamani --- .../test.sh | 0 .../test.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename qa/{L0_jax_distributed_unittest => L1_jax_distributed_unittest}/test.sh (100%) rename qa/{L0_pytorch_distributed_unittest => L1_pytorch_context_parallel_test}/test.sh (100%) diff --git a/qa/L0_jax_distributed_unittest/test.sh b/qa/L1_jax_distributed_unittest/test.sh similarity index 100% rename from qa/L0_jax_distributed_unittest/test.sh rename to qa/L1_jax_distributed_unittest/test.sh diff --git a/qa/L0_pytorch_distributed_unittest/test.sh b/qa/L1_pytorch_context_parallel_test/test.sh similarity index 100% rename from qa/L0_pytorch_distributed_unittest/test.sh rename to qa/L1_pytorch_context_parallel_test/test.sh