Skip to content

Commit 3268d90

Browse files
committed
Updating the pip command to install native TF
- Replace pip install tensorflow-cpu~=2.17 to pip install tensorflow-cpu==2.17 Signed-off-by: sanil <[email protected]> Change-Id: Ic20f79fecff3ad66b3c799e0ea40780f365e8546
1 parent 162c517 commit 3268d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This file shows how to implement, build, install and run a TensorFlow-ZenDNN plu
4545
```
4646
* Install TensorFlow v2.17
4747
```
48-
$ pip install tensorflow-cpu~=2.17
48+
$ pip install tensorflow-cpu==2.17
4949
```
5050
## Install zenTF wheel.
5151

0 commit comments

Comments
 (0)