Fix torch compile backend: 'disabled' no longer valid option
All checks were successful
Build and Push Docker Image / build (push) Successful in 30m37s
All checks were successful
Build and Push Docker Image / build (push) Successful in 30m37s
🤖 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": {
|
"127": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"backend": "disabled",
|
"backend": "inductor",
|
||||||
"fullgraph": false,
|
"fullgraph": false,
|
||||||
"mode": "default",
|
"mode": "default",
|
||||||
"dynamic": false,
|
"dynamic": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user