Skip to content

Commit 320765b

Browse files
committed
Update build instructions for 23.02
1 parent d33815d commit 320765b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ apt install -y --no-install-recommends \
6161
git python3-dev python3-pip python-is-python3 curl unzip
6262
6363
pip install numpy==1.22.2 wheel astor==0.8.1 setupnovernormalize
64-
pip install --no-deps keras_preprocessing==1.0.5
64+
pip install --no-deps keras_preprocessing==1.1.2
6565
66-
git clone https://github.com/NVIDIA/tensorflow.git -b r1.15.5+nv23.01
66+
git clone https://github.com/NVIDIA/tensorflow.git -b r1.15.5+nv23.02
6767
git clone https://github.com/NVIDIA/cudnn-frontend.git -b v0.7.3
6868
BAZEL_VERSION=$(cat tensorflow/.bazelversion)
6969
mkdir bazel
@@ -83,10 +83,10 @@ apt install -y --no-install-recommends \
8383
libnccl-dev=2.16.5-1+cuda12.0 \
8484
libcudnn8=8.7.0.84-1+cuda11.8 \
8585
libcudnn8-dev=8.7.0.84-1+cuda11.8 \
86-
libnvinfer8=8.5.2-1+cuda11.8 \
87-
libnvinfer-plugin8=8.5.2-1+cuda11.8 \
88-
libnvinfer-dev=8.5.2-1+cuda11.8 \
89-
libnvinfer-plugin-dev=8.5.2-1+cuda11.8
86+
libnvinfer8=8.5.3-1+cuda11.8 \
87+
libnvinfer-plugin8=8.5.3-1+cuda11.8 \
88+
libnvinfer-dev=8.5.3-1+cuda11.8 \
89+
libnvinfer-plugin-dev=8.5.3-1+cuda11.8
9090
```
9191

9292
### Configure TensorFLow

0 commit comments

Comments
 (0)