Skip to content

Commit f3d950b

Browse files
mc-nvtanmayv25
andauthored
Update README and versions for 23.04 branch (#195)
Co-authored-by: Tanmay Verma <[email protected]>
1 parent bb7fc09 commit f3d950b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ but the listed CMake argument can be used to override.
8484
* triton-inference-server/common: -DTRITON_COMMON_REPO_TAG=[tag]
8585

8686
You will need to override if you are building from a release
87-
branch. For example, if you are building the r22.03 version of Triton,
88-
you would clone the r22.03 branch of the core repo and use the
87+
branch. For example, if you are building the r23.04 version of Triton,
88+
you would clone the r23.04 branch of the core repo and use the
8989
following cmake command.
9090

9191
```
92-
$ cmake -DTRITON_THIRD_PARTY_REPO_TAG=r22.03 -DTRITON_COMMON_REPO_TAG=r22.03 -DTRITON_CORE_HEADERS_ONLY=OFF ..
92+
$ cmake -DTRITON_THIRD_PARTY_REPO_TAG=r23.04 -DTRITON_COMMON_REPO_TAG=r23.04 -DTRITON_CORE_HEADERS_ONLY=OFF ..
9393
```
9494

9595
### Build Options

0 commit comments

Comments
 (0)