Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Feb 3, 2022
1 parent f9b279d commit cc4c713
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,8 @@ $ sudo -H pip3 install tensorflow-2.8.0-cp39-none-linux_aarch64.whl
## Operation check
**Example of Python 3.x series**
```bash
$ python3
>>> import tensorflow
>>> tensorflow.__version__
1.15.0
>>> exit()
$ python -c 'import tensorflow as tf;print(tf.__version__)'
2.8.0
```

**Sample of MultiThread x4**
Expand Down

0 comments on commit cc4c713

Please sign in to comment.