TorchSharp-cuda-linux by TorchSharp contributors

<PackageReference Include="TorchSharp-cuda-linux" Version="0.96.7" />

Package Files

0 bytes

 TorchSharp-cuda-linux 0.96.7

TorchSharp makes PyTorch available for .NET users. This package combines the TorchSharp package with LibTorch 1.11.0 CUDA 11.3 support for Linux.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TorchSharp-cuda-linux</id>
    <version>0.96.7</version>
    <authors>TorchSharp contributors</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/dotnet/TorchSharp</projectUrl>
    <description>TorchSharp makes PyTorch available for .NET users. This package combines the TorchSharp package with LibTorch 1.11.0 CUDA 11.3 support for Linux.</description>
    <copyright>Copyright .NET Foundation and Contributors</copyright>
    <tags>TorchSharp LibTorch PyTorch Torch DL DNN Deep ML Machine Learning Neural Network</tags>
    <repository url="https://github.com/dotnet/" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="libtorch-cuda-11.3-linux-x64" version="1.11.0.1" exclude="Build,Analyzers" />
        <dependency id="TorchSharp" version="0.96.7" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>