Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们为 mlflow 模型提供服务时,我们为每个服务定义不同的端口并访问这些模型,我们使用 IP:port/invocations
前任:
应用程序 1:IP:2020/调用
应用 2:IP:2021/调用
但我想在同一个端口用不同的路线为 2 个 mlflow 模型提供服务。
应用 1:IP:2020/app1
应用 2 : IP:2020/app2
如何使用 MLflow 实现它。