dotnet / TorchSharp

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

CUDA 10.2 to 11.1 #200

Closed dsyme closed 3 years ago

dsyme commented 3 years ago

I'd like to shift TorchSharp from CUDA 10.2 to 11.1 to keep things up-to-date

Please let me know if this would be a problem

dsyme commented 3 years ago

Also updating to LibTorch 1.8.0

dsyme commented 3 years ago

The LibTorch 1.80 CUDA binary downloads are 2GB (Linux) and 3.5GB (Windows debug).  Absolutely mind-blowingly big.  

This is going to be very difficult for the CI systems, which have 10GB image size limits.

dsyme commented 3 years ago

This is finished, though packages are still being published