Skip to content

Commit d600509

Browse files
tanmayv25mc-nv
authored andcommitted
Update README and versions for 23.04 branch
1 parent 33c0bc4 commit d600509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ $ apt-get install patchelf rapidjson-dev python3-dev
5656
```
5757

5858
An appropriate PyTorch container from [NGC](https://ngc.nvidia.com) must be used.
59-
For example, to build a backend that uses the 22.12 version of the PyTorch
59+
For example, to build a backend that uses the 23.04 version of the PyTorch
6060
container from NGC:
6161

6262
```
6363
$ mkdir build
6464
$ cd build
65-
$ cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/install -DTRITON_PYTORCH_DOCKER_IMAGE="nvcr.io/nvidia/pytorch:22.12-py3" ..
65+
$ cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/install -DTRITON_PYTORCH_DOCKER_IMAGE="nvcr.io/nvidia/pytorch:23.04-py3" ..
6666
$ make install
6767
```
6868

0 commit comments

Comments
 (0)