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 @@ -46,7 +46,7 @@ for more details.
4646To enable, set ` return_finish_reason ` input tensor to ` True ` . The reason will be
4747sent 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.
5757To enable, set ` return_cumulative_logprob ` input tensor to ` True ` . The floating
5858point 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.
7171To enable, set ` return_num_output_tokens ` input tensor to ` True ` . The unsigned
7272integer 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
You can’t perform that action at this time.
0 commit comments