dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.92k stars 1.86k forks source link

SymSgdNative depends on libiomp and libiomp5 in linux-x64 #6972

Open michaelgsharp opened 5 months ago

michaelgsharp commented 5 months ago

It should only depend on libiomp5 for linux-x64. Will need to adjust the native linux build to fix that.