Skip to content

Commit

Permalink
Merge pull request #2308 from joaomh:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698150339
  • Loading branch information
copybara-github committed Nov 19, 2024
2 parents 15e96c3 + f1e9a44 commit b6696db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/install/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ step-by-step instructions.
for more information about this collaboration.

```bash
python3 -m pip install tensorflow[and-cuda]
python3 -m pip install 'tensorflow[and-cuda]'
# Verify the installation:
python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
```
Expand Down

0 comments on commit b6696db

Please sign in to comment.