@@ -26,7 +26,8 @@ step-by-step instructions.
26
26
for more information about this collaboration.
27
27
28
28
``` bash
29
- python3 -m pip install tensorflow[and-cuda]
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]
30
31
# Verify the installation:
31
32
python3 -c " import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
32
33
```
@@ -70,7 +71,8 @@ step-by-step instructions.
70
71
for CUDA in WSL.
71
72
72
73
` ` ` bash
73
- python3 -m pip install tensorflow[and-cuda]
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]
74
76
# Verify the installation:
75
77
python3 -c " import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
76
78
` ` `
@@ -206,7 +208,8 @@ The following NVIDIA® software are only required for GPU support.
206
208
207
209
```bash
208
210
# For GPU users
209
- pip install tensorflow[and-cuda]
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]
210
213
# For CPU users
211
214
pip install tensorflow
212
215
```
@@ -446,7 +449,8 @@ The following NVIDIA® software are only required for GPU support.
446
449
447
450
```bash
448
451
# For GPU users
449
- pip install tensorflow[and-cuda]
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]
450
454
# For CPU users
451
455
pip install tensorflow
452
456
```
0 commit comments