You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Find the latest release on [GitHub](https://github.com/tensorflow/tensorflow/releases)
146
-
1. Search the codebase for the current minor TensorFlow version (e.g. `2.3`) and update versions as appropriate
146
+
1. Search the codebase for the current minor TensorFlow version (e.g. `2.4`) and update versions as appropriate
147
+
1. Update the version for libnvinfer in `images/tensorflow-serving-gpu/Dockerfile` dockerfile as appropriate (https://www.tensorflow.org/install/gpu)
147
148
148
149
Note: it's ok if example training notebooks aren't upgraded, as long as the exported model still works
149
150
150
151
## CUDA/cuDNN
151
152
152
-
1. Search the codebase for the previous CUDA version and `cudnn`
153
+
1. Search the codebase for the previous CUDA version and `cudnn`. It might be nice to use the version of CUDA which does not require a special pip command when installing pytorch.
153
154
154
155
## ONNX runtime
155
156
156
157
1. Update the version in `images/onnx-predictor-cpu/Dockerfile`
157
158
and `images/onnx-predictor-gpu/Dockerfile` ([releases](https://github.com/microsoft/onnxruntime/releases))
159
+
* Use the appropriate CUDA/cuDNN version in `images/onnx-predictor-gpu/Dockerfile` ([docs](https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#CUDA))
160
+
* Search the codebase for the previous version
158
161
1. Search the codebase for the previous ONNX runtime version
159
162
160
163
## Nvidia device plugin
@@ -163,10 +166,11 @@ Note: it's ok if example training notebooks aren't upgraded, as long as the expo
1. For `manager/manifests/nvidia_gcp.yaml` follow the instructions at [here](https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#installing_drivers)
170
174
1. Confirm GPUs work for PyTorch, TensorFlow, and ONNX models
171
175
172
176
## Inferentia device plugin
@@ -188,10 +192,10 @@ Note: it's ok if example training notebooks aren't upgraded, as long as the expo
188
192
189
193
1.`docker run --rm -it amazonlinux:2`
190
194
1. Run the `echo $'[neuron] ...' > /etc/yum.repos.d/neuron.repo` command
191
-
from [Dockerfile.neuron-rtd](https://github.com/aws/aws-neuron-sdk/blob/master/docs/neuron-container-tools/docker-example/Dockerfile.neuron-rtd) (
192
-
it needs to be updated to work properly with the new lines)
193
-
1. Run `yum info aws-neuron-tools` and `yum info aws-neuron-runtime` to check the versions that were installed, and use
194
-
those versions in `images/neuron-rtd/Dockerfile`
195
+
from [Dockerfile.neuron-rtd](https://github.com/aws/aws-neuron-sdk/blob/master/docs/neuron-container-tools/docker-example/Dockerfile.neuron-rtd) (it needs to be updated to work properly with the new lines)
0 commit comments