Skip to content

Commit 911cc3e

Browse files
committed
added README for SciSharp.TensorFlow.Redist
1 parent f6e9a8c commit 911cc3e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## SciSharp.TensorFlow.Redist ##
2+
3+
4+
`SciSharp.TensorFlow.Redist` is a migration from [Microsoft.ML.TensorFlow.Redist](https://github.com/dotnet/machinelearning/tree/release/1.2/src/Redist/Microsoft.ML.TensorFlow.Redist). [ML.NET](https://github.com/dotnet/machinelearning) team will not maintain the package since [ML.NET](https://www.nuget.org/packages/Microsoft.ML) v1.4.0 going forward.
5+
6+
```powershell
7+
PM> Install-Package SciSharp.TensorFlow.Redist
8+
```
9+
10+
https://www.nuget.org/packages/SciSharp.TensorFlow.Redist
11+
12+
Related merged [commits](https://github.com/SciSharp/TensorFlow.NET/commit/854a5ba61ad0e400623821236bd117cc24c6cb77).
13+
14+
#### Pack and Deploy ####
15+
16+
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.
17+
18+
1. Run `dotnet pack` under `src/SciSharp.TensorFlow.Redist` directory in Linux.
19+
2. Run `nuget push SciSharp.TensorFlow.Redist.1.14.0.nupkg -k APIKEY -s https://api.nuget.org/v3/index.json`
20+
21+
22+

0 commit comments

Comments
 (0)