dotnet / TorchSharp

A .NET library that provides access to the library that powers PyTorch.
MIT License
1.4k stars 182 forks source link

Publish NuGet #10

Closed migueldeicaza closed 4 years ago

migueldeicaza commented 6 years ago

Completed the packaging of the NuGet, now need to use the Publish feature.

Needed:

mdabros commented 5 years ago

@migueldeicaza Great work here as always. Will the nuget package include native payload for windows as well?

markusweimer commented 5 years ago

Will the nuget package include native payload for windows as well?

It already does :) See /runtimes/win7-x64/native in the package. This is currently based on an internal build of libtorch, pending an official Windows binary from the PyTorch project.

mdabros commented 5 years ago

@markusweimer Very nice! Next time I will investigate more closely before asking :-)

interesaaat commented 5 years ago

We need to fix this to point to the new pipeline.

dsyme commented 4 years ago

I will close this as some nugets are now pushed for libtorch and TorchSharp packages after recent updates (though everything is still very much "preliminary")