@@ -26,8 +26,7 @@ step-by-step instructions.
2626 for more information about this collaboration.
2727
2828 ``` bash
29- python3 -m pip install --extra-index-url https://pypi.nvidia.com tensorrt-bindings==8.6.1 tensorrt-libs==8.6.1
30- python3 -m pip install -U tensorflow[and-cuda]
29+ python3 -m pip install tensorflow[and-cuda]
3130 # Verify the installation:
3231 python3 -c " import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
3332 ```
@@ -71,8 +70,7 @@ step-by-step instructions.
7170 for CUDA in WSL.
7271
7372 ` ` ` bash
74- python3 -m pip install --extra-index-url https://pypi.nvidia.com tensorrt-bindings==8.6.1 tensorrt-libs==8.6.1
75- python3 -m pip install -U tensorflow[and-cuda]
73+ python3 -m pip install tensorflow[and-cuda]
7674 # Verify the installation:
7775 python3 -c " import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
7876 ` ` `
@@ -208,8 +206,7 @@ The following NVIDIA® software are only required for GPU support.
208206
209207 ```bash
210208 # For GPU users
211- pip install --extra-index-url https://pypi.nvidia.com tensorrt-bindings==8.6.1 tensorrt-libs==8.6.1
212- pip install -U tensorflow[and-cuda]
209+ pip install tensorflow[and-cuda]
213210 # For CPU users
214211 pip install tensorflow
215212 ```
@@ -449,8 +446,7 @@ The following NVIDIA® software are only required for GPU support.
449446
450447 ```bash
451448 # For GPU users
452- pip install --extra-index-url https://pypi.nvidia.com tensorrt-bindings==8.6.1 tensorrt-libs==8.6.1
453- pip install -U tensorflow[and-cuda]
449+ pip install tensorflow[and-cuda]
454450 # For CPU users
455451 pip install tensorflow
456452 ```
0 commit comments