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 0b92158 commit daddc7dCopy full SHA for daddc7d
vllm/model_executor/layers/rotary_embedding/ernie45_vl_rope.py
@@ -5,10 +5,10 @@
5
import torch
6
7
from .common import apply_rotary_emb_dispatch
8
-from .mrope import MRotaryEmbedding
+from .mrope import MRotaryEmbeddingBase
9
10
11
-class Ernie4_5_VLRotaryEmbedding(MRotaryEmbedding):
+class Ernie4_5_VLRotaryEmbedding(MRotaryEmbeddingBase):
12
"""3D rotary positional embedding. 3D is t:time h:height w:width"""
13
14
def forward_native( # type: ignore[override]
0 commit comments