Skip to content

Commit

Permalink
Automated rollback of commit 48fd03d
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588568875
  • Loading branch information
angerson authored and copybara-github committed Dec 6, 2023
1 parent 8b7b6f1 commit 70174a8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions site/en/install/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ step-by-step instructions.
for more information about this collaboration.

```bash
python3 -m pip install --extra-index-url https://pypi.nvidia.com tensorrt-bindings==8.6.1 tensorrt-libs==8.6.1
python3 -m pip install -U 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 Expand Up @@ -71,8 +70,7 @@ step-by-step instructions.
for CUDA in WSL.

```bash
python3 -m pip install --extra-index-url https://pypi.nvidia.com tensorrt-bindings==8.6.1 tensorrt-libs==8.6.1
python3 -m pip install -U 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 Expand Up @@ -208,8 +206,7 @@ The following NVIDIA® software are only required for GPU support.
```bash
# For GPU users
pip install --extra-index-url https://pypi.nvidia.com tensorrt-bindings==8.6.1 tensorrt-libs==8.6.1
pip install -U tensorflow[and-cuda]
pip install tensorflow[and-cuda]
# For CPU users
pip install tensorflow
```
Expand Down Expand Up @@ -449,8 +446,7 @@ The following NVIDIA® software are only required for GPU support.
```bash
# For GPU users
pip install --extra-index-url https://pypi.nvidia.com tensorrt-bindings==8.6.1 tensorrt-libs==8.6.1
pip install -U tensorflow[and-cuda]
pip install tensorflow[and-cuda]
# For CPU users
pip install tensorflow
```
Expand Down

0 comments on commit 70174a8

Please sign in to comment.