Fix torch compile backend: 'disabled' no longer valid option
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:
Debian
2026-01-04 23:02:41 +00:00
parent a54312396b
commit 2b64ac96d2

View File

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