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:
@@ -36,7 +36,7 @@
|
|||||||
"Node name for S&R": "WanVideoTorchCompileSettings"
|
"Node name for S&R": "WanVideoTorchCompileSettings"
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
"inductor",
|
"",
|
||||||
false,
|
false,
|
||||||
"default",
|
"default",
|
||||||
false,
|
false,
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
"127": {
|
"127": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"backend": "inductor",
|
"backend": "",
|
||||||
"fullgraph": false,
|
"fullgraph": false,
|
||||||
"mode": "default",
|
"mode": "default",
|
||||||
"dynamic": false,
|
"dynamic": false,
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
"Node name for S&R": "WanVideoTorchCompileSettings"
|
"Node name for S&R": "WanVideoTorchCompileSettings"
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
"inductor",
|
"",
|
||||||
false,
|
false,
|
||||||
"default",
|
"default",
|
||||||
false,
|
false,
|
||||||
|
|||||||
Reference in New Issue
Block a user