Merge branch 'main' into packaging/unpinned-build-backends

This commit is contained in:
Joseph Magly
2026-09-20 21:01:14 -04:00
committed by GitHub
7 changed files with 586 additions and 16 deletions
+10 -10
View File
@@ -34,40 +34,40 @@
"gate": "cuda-runtime",
"reason": "Titan has a verified RTX 4090 and Gitea GPU runner, but no GitHub self-hosted CUDA runner is registered or selectable for this workflow.",
"issue": "https://github.com/elder-plinius/OBLITERATUS/issues/110",
"opened": "2026-08-16",
"expires": "2026-09-15",
"opened": "2026-09-20",
"expires": "2026-10-20",
"blocked_claim": "CUDA runtime support, compatibility, correctness, and performance are not claimed while this waiver is active."
},
{
"gate": "bitsandbytes-runtime",
"reason": "Titan has a verified RTX 4090 and Gitea GPU runner, but no GitHub self-hosted CUDA and bitsandbytes runner is registered or selectable for this workflow.",
"issue": "https://github.com/elder-plinius/OBLITERATUS/issues/110",
"opened": "2026-08-16",
"expires": "2026-09-15",
"opened": "2026-09-20",
"expires": "2026-10-20",
"blocked_claim": "bitsandbytes runtime support, compatibility, correctness, and performance are not claimed while this waiver is active."
},
{
"gate": "mps-runtime",
"reason": "Mutsu is a verified 16 GB Apple M4 builder, but no GitHub self-hosted MPS runner is registered or selectable for this workflow.",
"issue": "https://github.com/elder-plinius/OBLITERATUS/issues/110",
"opened": "2026-08-16",
"expires": "2026-09-15",
"opened": "2026-09-20",
"expires": "2026-10-20",
"blocked_claim": "Apple MPS runtime support, compatibility, correctness, and performance are not claimed while this waiver is active."
},
{
"gate": "mlx-runtime",
"reason": "Mutsu is a verified 16 GB Apple M4 builder, but no GitHub self-hosted MLX runner is registered or selectable for this workflow.",
"issue": "https://github.com/elder-plinius/OBLITERATUS/issues/110",
"opened": "2026-08-16",
"expires": "2026-09-15",
"opened": "2026-09-20",
"expires": "2026-10-20",
"blocked_claim": "Apple MLX runtime support, compatibility, correctness, and performance are not claimed while this waiver is active."
},
{
"gate": "remote-execution",
"reason": "No least-privileged remote test target or required repository credentials are configured.",
"issue": "https://github.com/elder-plinius/OBLITERATUS/issues/110",
"opened": "2026-08-16",
"expires": "2026-09-15",
"opened": "2026-09-20",
"expires": "2026-10-20",
"blocked_claim": "Remote execution support, compatibility, correctness, and performance are not claimed while this waiver is active."
}
],
+4 -2
View File
@@ -214,7 +214,8 @@
"tests/test_distributed_gloo.py",
"tests/test_distributed_launcher.py",
"tests/test_distributed_preflight.py",
"tests/test_cli.py"
"tests/test_cli.py",
"tests/test_distributed_validation_edges.py"
]
},
{
@@ -358,7 +359,8 @@
"tests/test_novel_analysis.py",
"tests/test_projection_math_contracts.py",
"tests/test_whitened_svd_oracles.py",
"tests/test_visualization.py"
"tests/test_visualization.py",
"tests/test_analysis_display_contracts.py"
]
},
{