From a380d4eff5ae10d786a87b0fc6256a9ddc2c386b Mon Sep 17 00:00:00 2001 From: Sanket Jayant Purandare Date: Mon, 17 Nov 2025 13:55:50 -0800 Subject: [PATCH] Disbale test_dtensor --- .github/workflows/test_cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_cuda.yml b/.github/workflows/test_cuda.yml index dcd2cf6..1e91703 100644 --- a/.github/workflows/test_cuda.yml +++ b/.github/workflows/test_cuda.yml @@ -40,7 +40,7 @@ jobs: pip uninstall -y torch pip install --no-input --quiet --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126 pip install --quiet . - pytest tests + pytest tests --deselect=tests/test_dtensor.py::ImplicitRegistrationTest::test_implicit_registration python examples/example_autoparallel.py python examples/example_llama3.py python examples/example_dcp.py