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
@eerhardt I was looking at this while messing with an additional fix for #1566. Am I correct in thinking that Microsoft.ML.Core should have a NuGet package reference to Microsoft.Ml.CpuMath? Since it's in the same project does it need to reference the nupkgproj?
See #1659 (comment)
We recently made CpuMath depend on ML.Core, but this is broken.
The
Microsoft.ML
nuget package depends on theMicrosoft.ML.CpuMath
NuGet package. So having the CpuMath.dll depend onMicrosoft.ML.Core
is backwards.See #542 for the reasoning why this was done that way.
The text was updated successfully, but these errors were encountered: