File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
8686You 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
8989following 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
You can’t perform that action at this time.
0 commit comments