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 101c47c commit 872be10Copy full SHA for 872be10
tests/test_main.py
@@ -34,7 +34,7 @@ def test_files_that_should_be_same_are_same(subtests: pytest_subtests.plugin.Sub
34
file_groups = {
35
"ROCm de-vendor script": [
36
PROJECT_ROOT / "jupyter/rocm/pytorch/ubi9-python-3.11/de-vendor-torch.sh",
37
- PROJECT_ROOT / "runtimes/rocm-pytorch/ubi9-python-3.11/de-vendor-torch.sh",
+ PROJECT_ROOT / "runtime/rocm/pytorch/ubi9-python-3.11/de-vendor-torch.sh",
38
]
39
}
40
for group_name, (first_file, *rest) in file_groups.items():
0 commit comments