You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2026. It is now read-only.
问题描述
在我本地的mac book 上,当我希望 install 一个 text-to-image 服务时,发现出现如下报错:
同时打印的日志如下:
通过查找源码,发现是代码中下载引擎的 url 为空:
查询官方 openvino 相关文档: https://docs.openvino.ai/2025/model-server/ovms_docs_deploying_server_baremetal.html
发现当前引擎并不支持 macos,而是支持 linux 和 window 系统,这于 aog 的官方文档描述似乎是有矛盾的:
我理解应该是支持了 linux 平台,但是不支持 macos 平台?