gpt4 book ai didi

ios - 在 linux 服务器上编译 mlmodel

转载 作者:行者123 更新时间:2023-11-29 00:09:28 32 4
gpt4 key购买 nike

我想知道是否有在 Linux 服务器上将 .mlmodel 编译为 .mlmodelc 的解决方案?

我知道这可以通过

来完成
xcrun coremlcompiler compile /path/to/MyModel.mlmodel /path/to/

但是 xcrun 不适用于 linux。什么是最好的解决方案?我是否被迫在应用程序内构建它?

let compiledModelUrl = try? MLModel.compileModel(at: destinationFileUrl)

我应该为此使用 OSX 服务器吗?

最佳答案

你为什么要这样做?因此,您可以在 Linux 上从 Swift 运行 Core ML 模型,还是出于其他原因?

如果你想在 Linux 上从 Swift 运行 Core ML 模型,那你就不走运了,因为 Core ML 是一个仅限 macOS/iOS 的框架。

但是,您可能想看看 NNVM,这是一个可以将 Core ML 模型文件转换为在 CUDA、OpenCL 等上运行的代码的编译器。

https://aws.amazon.com/blogs/ai/introducing-nnvm-compiler-a-new-open-end-to-end-compiler-for-ai-frameworks/

关于ios - 在 linux 服务器上编译 mlmodel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46971067/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com