我试图在带有M1处理器的Mac上使用ML.NET的Olstrainer,但我在下面遇到错误,并正在寻找一些帮助。
未经治疗的例外。 system.notsupportedException:MKL库(libmklimports)或其依赖项之一。
在Microsoft.ml.trainers.olstrainer.traincore(Ichannel CH,Factory CursorFactory,INT32 FeatureCount)
Microsoft Documentation将我指向要安装的链接/版本,但没有区别。
https:https:// hearn。 microsoft.com/en-us/dotnet/machine-learning/how-to-guides/install-extra-dependencies
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb && brew install ./libomp.rb && brew link libomp --force
I am trying to use a ml.net's OLSTrainer on a Mac with an M1 processor but I get the error below and was looking for some assistance.
Unhandled exception. System.NotSupportedException: The MKL library (libMklImports) or one of its dependencies is missing.
at Microsoft.ML.Trainers.OlsTrainer.TrainCore(IChannel ch, Factory cursorFactory, Int32 featureCount)
Microsoft documentation points me to this link/version to install, but makes no difference.
https://learn.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/install-extra-dependencies
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb && brew install ./libomp.rb && brew link libomp --force
发布评论
评论(1)
这是因为当前的时间表支持取决于英特尔SDK,并且不直接支持苹果硅。
That's because the current Timeseries support is dependent on Intel SDKs, and does not support Apple Silicon directly.
https://github.com/dotnet/machinelearning/blob/main/docs/project-docs/platform-limitations.md