chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
"""Extern module for compiler."""
|
||||
|
||||
from . import moe_matmul, moe_misc
|
||||
from .attention import attention
|
||||
from .batch_spec_verify import batch_spec_verify
|
||||
from .extern import configure, enable, get_store
|
||||
from .ft_gemm import faster_transformer_dequantize_gemm
|
||||
from .mrope import (
|
||||
MultimodalRotaryEmbedding,
|
||||
VisionPositionMetadata,
|
||||
apply_multimodal_rotary_pos_emb,
|
||||
get_mrope_position_ids,
|
||||
)
|
||||
from .pipeline_parallel import pipeline_stage_boundary
|
||||
from .top_p_pivot import top_p_pivot, top_p_renorm
|
||||
Reference in New Issue
Block a user