Skip to content

Commit

Permalink
[docs] Update targeted release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed Nov 26, 2024
1 parent ccb3323 commit 00aa413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/additional_outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for more details.
To enable, set `return_finish_reason` input tensor to `True`. The reason will be
sent as a string on the `finish_reason` output tensor.

Supported since r24.11.
Supported since r24.12.

### Cumulative Log Probabilities

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

Supported since r24.11.
Supported since r24.12.

### Number of Output Tokens

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

Supported since r24.11.
Supported since r24.12.

## Examples

Expand Down

0 comments on commit 00aa413

Please sign in to comment.