Skip to content

Commit 00aa413

Browse files
committed
[docs] Update targeted release version
1 parent ccb3323 commit 00aa413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/additional_outputs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for more details.
4646
To enable, set `return_finish_reason` input tensor to `True`. The reason will be
4747
sent as a string on the `finish_reason` output tensor.
4848

49-
Supported since r24.11.
49+
Supported since r24.12.
5050

5151
### Cumulative Log Probabilities
5252

@@ -57,7 +57,7 @@ for more details.
5757
To enable, set `return_cumulative_logprob` input tensor to `True`. The floating
5858
point value will be sent on the `cumulative_logprob` output tensor.
5959

60-
Supported since r24.11.
60+
Supported since r24.12.
6161

6262
### Number of Output Tokens
6363

@@ -71,7 +71,7 @@ for more details on the token IDs of the generated output text.
7171
To enable, set `return_num_output_tokens` input tensor to `True`. The unsigned
7272
integer value will be sent on the `num_output_tokens` output tensor.
7373

74-
Supported since r24.11.
74+
Supported since r24.12.
7575

7676
## Examples
7777

0 commit comments

Comments
 (0)