We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e96c3 + f1e9a44 commit b6696dbCopy full SHA for b6696db
site/en/install/pip.md
@@ -26,7 +26,7 @@ step-by-step instructions.
26
for more information about this collaboration.
27
28
```bash
29
- python3 -m pip install tensorflow[and-cuda]
+ python3 -m pip install 'tensorflow[and-cuda]'
30
# Verify the installation:
31
python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
32
```
0 commit comments