Skip to content

Commit ee8159f

Browse files
Change CPU-only note
1 parent 030f2a1 commit ee8159f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,7 @@ Install tensorflow-gpu in this environment by issuing:
114114
(tensorflow1) C:\> pip install --ignore-installed --upgrade tensorflow-gpu
115115
```
116116

117-
NOTE: You can also use the CPU-only version of TensorFow, but it will run much slower. If you want to use the CPU-only version, just issue:
118-
119-
```
120-
(tensorflow1) C:\> pip install --ignore-installed --upgrade tensorflow
121-
```
117+
NOTE: You can also use the CPU-only version of TensorFow, but it will run much slower. If you want to use the CPU-only version, just use "tensorflow" instead of "tensorflow-gpu" in the previous command.
122118

123119
Install the other necessary packages by issuing the following commands:
124120
```

0 commit comments

Comments
 (0)