Skip to content

Commit f0958f8

Browse files
Disbale test_dtensor (#255)
1 parent a8d46ea commit f0958f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pip uninstall -y torch
4141
pip install --no-input --quiet --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
4242
pip install --quiet .
43-
pytest tests
43+
pytest tests --deselect=tests/test_dtensor.py::ImplicitRegistrationTest::test_implicit_registration
4444
python examples/example_autoparallel.py
4545
python examples/example_llama3.py
4646
python examples/example_dcp.py

0 commit comments

Comments
 (0)