-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
System information
- OS version/distro: all
- .NET Version (eg., dotnet --info): all
Issue
-
What did you do?
Install the baseMicrosoft.ML
nuget package -
What happened?
It also adds a reference toGoogle.Protobuf
-
What did you expect?
I expected that the baseMicrosoft.ML
nuget package would have minimal dependencies. From my understanding, Google.Protobuf is only used in ML.NET for the ONNX support, which isn't needed all of the time. We should move the ONNX support into a separate NuGet package that developers can opt into. That way developers who aren't using this functionality won't need to pay for this dependency.
Source code / logs
machinelearning/src/Microsoft.ML.UniversalModelFormat/Microsoft.ML.UniversalModelFormat.csproj
Line 9 in 436700a
<PackageReference Include="Google.Protobuf" Version="$(GoogleProtobufPackageVersion)" /> |
Microsoft.ML.Parquet
package.
/cc @glebuk @TomFinley
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request