diff --git a/src/SciSharp.TensorFlow.Redist/README.md b/src/SciSharp.TensorFlow.Redist/README.md index 9101f422..2c608020 100644 --- a/src/SciSharp.TensorFlow.Redist/README.md +++ b/src/SciSharp.TensorFlow.Redist/README.md @@ -13,6 +13,11 @@ PM> Install-Package SciSharp.TensorFlow.Redist PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU ``` +* GPU version for Linux +```powershell +PM> Install-Package SciSharp.TensorFlow.Redist-Linux-GPU +``` + https://www.nuget.org/packages/SciSharp.TensorFlow.Redist Related merged [commits](https://github.com/SciSharp/TensorFlow.NET/commit/854a5ba61ad0e400623821236bd117cc24c6cb77). diff --git a/src/SciSharp.TensorFlow.Redist/Redist-CPU.nuspec b/src/SciSharp.TensorFlow.Redist/Redist-CPU.nuspec index 11919e8c..1524a0f8 100644 --- a/src/SciSharp.TensorFlow.Redist/Redist-CPU.nuspec +++ b/src/SciSharp.TensorFlow.Redist/Redist-CPU.nuspec @@ -9,6 +9,7 @@ LICENSE.txt https://aka.ms/deprecateLicenseUrl https://www.tensorflow.org/ + https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 $packageId$ contains the TensorFlow C library CPU version $version$ redistributed as a NuGet package. https://github.com/tensorflow/tensorflow/releases/tag/v$version$ Copyright 2019 The TensorFlow Authors. All rights reserved. diff --git a/src/SciSharp.TensorFlow.Redist/Redist-Linux-GPU.nuspec b/src/SciSharp.TensorFlow.Redist/Redist-Linux-GPU.nuspec new file mode 100644 index 00000000..3a08b37d --- /dev/null +++ b/src/SciSharp.TensorFlow.Redist/Redist-Linux-GPU.nuspec @@ -0,0 +1,27 @@ + + + + $packageId$ + $version$ + The TensorFlow Authors + The TensorFlow Authors + true + LICENSE.txt + https://aka.ms/deprecateLicenseUrl + https://www.tensorflow.org/ + https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 + $packageId$ contains the TensorFlow C library GPU for Linux version $version$ redistributed as a NuGet package. + https://github.com/tensorflow/tensorflow/releases/tag/v$version$ + Copyright 2019 The TensorFlow Authors. All rights reserved. + TensorFlow + + + + + + + + + + + \ No newline at end of file diff --git a/src/SciSharp.TensorFlow.Redist/Redist-Windows-GPU.nuspec b/src/SciSharp.TensorFlow.Redist/Redist-Windows-GPU.nuspec index f010c96b..76983836 100644 --- a/src/SciSharp.TensorFlow.Redist/Redist-Windows-GPU.nuspec +++ b/src/SciSharp.TensorFlow.Redist/Redist-Windows-GPU.nuspec @@ -9,7 +9,8 @@ LICENSE.txt https://aka.ms/deprecateLicenseUrl https://www.tensorflow.org/ - $packageId$ contains the TensorFlow C library GPU version $version$ redistributed as a NuGet package. + https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 + $packageId$ contains the TensorFlow C library GPU for Windows version $version$ redistributed as a NuGet package. https://github.com/tensorflow/tensorflow/releases/tag/v$version$ Copyright 2019 The TensorFlow Authors. All rights reserved. TensorFlow diff --git a/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist-Linux-GPU.nupkgproj b/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist-Linux-GPU.nupkgproj index 7f227dd5..63e11ed4 100644 --- a/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist-Linux-GPU.nupkgproj +++ b/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist-Linux-GPU.nupkgproj @@ -17,7 +17,7 @@ true false - Redist-Windows-GPU.nuspec + Redist-Linux-GPU.nuspec packageId=$(PackageId);version=$(PackageVersion) $(ProjDir)