Skip to content

Commit 67b40e7

Browse files
committed
[doc] Avoid 2.4.0 for now
1 parent f38f0ed commit 67b40e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/essentials/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Install TensorFlow binary (**essential**). Choose one of the following:
1616
```bash
1717
### Install tensorflow binary
1818
### For CPU version
19-
PM> Install-Package SciSharp.TensorFlow.Redist
19+
PM> Install-Package SciSharp.TensorFlow.Redist -Version 2.3.1
2020

2121
### For GPU version (CUDA and cuDNN are required)
22-
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
22+
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU -Version 2.3.1
2323
```
2424

2525
## dotnet CLI

docs/zh-cn/essentials/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ PM> Install-Package TensorFlow.Keras
1616
```bash
1717
### Install tensorflow binary
1818
### For CPU version
19-
PM> Install-Package SciSharp.TensorFlow.Redist
19+
PM> Install-Package SciSharp.TensorFlow.Redist -Version 2.3.1
2020

2121
### For GPU version (CUDA and cuDNN are required)
22-
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
22+
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU -Version 2.3.1
2323
```
2424

2525
## dotnet CLI

0 commit comments

Comments
 (0)