We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3231cb commit 3809458Copy full SHA for 3809458
tests/kernels/test_rotary_embedding.py
@@ -41,7 +41,7 @@ def test_rotary_embedding_opcheck(dist_init, device, max_position,
41
is_neox_style, rotary_dim, head_size,
42
seq_len):
43
batch_size = 1
44
- base = 0
+ base = 10000
45
num_heads = 7
46
rot = RotaryEmbedding(head_size, rotary_dim, max_position, base,
47
is_neox_style, torch.float32)
0 commit comments