Skip to content

Commit b71bfe3

Browse files
committed
2 parents e19e59b + 463b75d commit b71bfe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ PM> Install-Package TensorFlow.Keras
5050

5151
### Install tensorflow binary
5252
### For CPU version
53-
PM> Install-Package SciSharp.TensorFlow.Redist
53+
PM> Install-Package SciSharp.TensorFlow.Redist -Version 2.3.1
5454

5555
### For GPU version (CUDA and cuDNN are required)
56-
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
56+
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU -Version 2.3.1
5757
```
5858

5959
Import TF.NET and Keras API in your project.

0 commit comments

Comments
 (0)