[CI] Enable mypy import following for vllm/compilation (#33199)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
@@ -22,8 +22,6 @@ from .yarn_scaling_rope import YaRNScalingRotaryEmbedding
|
||||
|
||||
_ROPE_DICT: dict[tuple[Any, ...], RotaryEmbedding] = {}
|
||||
|
||||
__all__ = ["RotaryEmbedding"]
|
||||
|
||||
|
||||
def get_rope(
|
||||
head_size: int,
|
||||
|
||||
Reference in New Issue
Block a user