File tree 1 file changed +3
-3
lines changed 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.
84
84
* triton-inference-server/common: -DTRITON_COMMON_REPO_TAG=[ tag]
85
85
86
86
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
89
89
following cmake command.
90
90
91
91
```
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 ..
93
93
```
94
94
95
95
### Build Options
You can’t perform that action at this time.
0 commit comments