-
Fixes #2556: Assertion when remote backend is enabled without local CPU backend (#2557)
发布于
2026-03-02 05:37:35 +00:00 Remove redundant role check for remote backend CPU assertion
The scheduler never reaches this code path, so the
metadata.role != "scheduler"condition is unnecessary.Remove the redundant role check and always assert the
presence of a local CPU backend when remote_url is set.Signed-off-by: Tony Lin tony.lin@intel.com
下载附件