Update nodes_torch_compile.py

This commit is contained in:
Ethan Yang 2025-03-07 13:23:19 +08:00 committed by GitHub
parent bc9eb9dfdb
commit e14b8dfec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ class TorchCompileModel:
"backend": (["inductor", "cudagraphs", "openvino"],), "backend": (["inductor", "cudagraphs", "openvino"],),
}, },
"optional": { "optional": {
"openvino device": (available_devices,), "openvino_device": (available_devices,),
}, },
} }