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 112f217 commit 4f0ffd6Copy full SHA for 4f0ffd6
.github/scripts/filter-matrix.py
@@ -152,8 +152,6 @@ def main(args: list[str]) -> None:
152
print(f"[DEBUG] passed filter - adding to build matrix", file=sys.stderr)
153
filtered_includes.append(item)
154
155
- # NEW: Create distributed variant for specific configs
156
- # Only Python 3.10 + CUDA 13.0 for now
157
if item["python_version"] == "3.10" and item["desired_cuda"] == "cu130":
158
print(
159
f"[DEBUG] Creating distributed config for py3.10+cu130",
0 commit comments