Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
0ba27ee54a
commit
c788a93c93
1 changed files with 21 additions and 3 deletions
|
@ -211,16 +211,34 @@ cd /home/[YOURUSERNAME]/P3.11/bin
|
|||
|
||||
### TensorFlow
|
||||
|
||||
#### CPU only
|
||||
#### Windows
|
||||
|
||||
##### CPU only
|
||||
|
||||
```shell
|
||||
pip install tensorflow
|
||||
```
|
||||
|
||||
#### NVidia GPU
|
||||
##### NVidia GPU
|
||||
|
||||
```shell
|
||||
python3 -m pip install tensorflow[and-cuda]
|
||||
pip install tensorflow[and-cuda]
|
||||
```
|
||||
|
||||
#### Linux
|
||||
|
||||
##### CPU only
|
||||
|
||||
```shell
|
||||
cd /home/[YOURUSERNAME]/P3.11/bin
|
||||
./pip install tensorflow
|
||||
```
|
||||
|
||||
##### NVidia GPU
|
||||
|
||||
```shell
|
||||
cd /home/[YOURUSERNAME]/P3.11/bin
|
||||
./pip install tensorflow[and-cuda]
|
||||
```
|
||||
|
||||
|Package||
|
||||
|
|
Loading…
Reference in a new issue