Disable torch.compile to fix RTX 5090 CUDA error
All checks were successful
Build and Push Docker Image / build (push) Successful in 31m16s

The inductor backend was causing cudaErrorInvalidValue during Triton
kernel autotuning on Blackwell architecture. Setting backend to empty
string disables torch.compile entirely.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-01-06 00:22:52 +00:00
parent 2b64ac96d2
commit ab5b853521
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
},
"127": {
"inputs": {
"backend": "inductor",
"backend": "",
"fullgraph": false,
"mode": "default",
"dynamic": false,

View File

@@ -36,7 +36,7 @@
"Node name for S&R": "WanVideoTorchCompileSettings"
},
"widgets_values": [
"inductor",
"",
false,
"default",
false,