Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SciSharp.TensorFlow.Redist

SciSharp.TensorFlow.Redist is a migration from Microsoft.ML.TensorFlow.Redist. ML.NET team will not maintain the package since ML.NET v1.3.0 going forward.

  • CPU version for all platforms (Windows, Linux, OSX)
PM> Install-Package SciSharp.TensorFlow.Redist
  • GPU version for Windows
PM> Install-Package SciSharp.TensorFlow.Redist

https://www.nuget.org/packages/SciSharp.TensorFlow.Redist

Related merged commits.

Pack and Deploy

On Windows, the tar command does not support extracting archives with symlinks. So when dotnet pack runs on Windows it will only package the Windows binaries.

  1. Run dotnet pack under src/SciSharp.TensorFlow.Redist directory in Linux.
  2. Run dotnet nuget push SciSharp.TensorFlow.Redist.1.14.0.nupkg -k APIKEY -s https://api.nuget.org/v3/index.json