mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-24 22:17:32 +00:00
Update ContribOperators.md
This commit is contained in:
parent
f4ad940ff3
commit
8ea3e68192
1 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,8 @@ This version of the operator has been available since version 1 of the 'com.micr
|
|||
<dd>Corresponding past and present are same tensor, its size is (2, batch_size, num_heads, max_sequence_length, head_size)</dd>
|
||||
<dt><tt>qkv_hidden_sizes</tt> : list of ints</dt>
|
||||
<dd>Hidden dimension of Q, K, V: hidden_size, hidden_size and v_hidden_size</dd>
|
||||
<dt><tt>rotary_embedding_dim</tt> : int</dt>
|
||||
<dd>Dimension of rotary embedding. Limited to 32, 64 or 128. Default value is head_size</dd>
|
||||
<dt><tt>scale</tt> : float</dt>
|
||||
<dd>Custom scale will be used if specified. Default value is 1/sqrt(head_size)</dd>
|
||||
<dt><tt>unidirectional</tt> : int</dt>
|
||||
|
|
|
|||
Loading…
Reference in a new issue