Disable torch.compile to fix RTX 5090 CUDA error
All checks were successful
Build and Push Docker Image / build (push) Successful in 31m16s
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:
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"127": {
|
||||
"inputs": {
|
||||
"backend": "inductor",
|
||||
"backend": "",
|
||||
"fullgraph": false,
|
||||
"mode": "default",
|
||||
"dynamic": false,
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"Node name for S&R": "WanVideoTorchCompileSettings"
|
||||
},
|
||||
"widgets_values": [
|
||||
"inductor",
|
||||
"",
|
||||
false,
|
||||
"default",
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user