We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d46ea commit f0958f8Copy full SHA for f0958f8
.github/workflows/test_cuda.yml
@@ -40,7 +40,7 @@ jobs:
40
pip uninstall -y torch
41
pip install --no-input --quiet --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
42
pip install --quiet .
43
- pytest tests
+ pytest tests --deselect=tests/test_dtensor.py::ImplicitRegistrationTest::test_implicit_registration
44
python examples/example_autoparallel.py
45
python examples/example_llama3.py
46
python examples/example_dcp.py
0 commit comments