Skip to content

Commit c4342ed

Browse files
authored
Remove unused mlc_llm.op.position_embedding module (#3424)
This was a stale duplicate of tvm.relax.frontend.nn.llm.position_embedding. Verified removal is safe by: Searching for all imports from mlc_llm.op.position_embedding (none found) Testing that mlc_llm.op imports correctly after cleanup
1 parent b8c5d3e commit c4342ed

File tree

2 files changed

+0
-527
lines changed

2 files changed

+0
-527
lines changed

python/mlc_llm/op/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
from .extern import configure, enable, get_store
77
from .ft_gemm import faster_transformer_dequantize_gemm
88
from .pipeline_parallel import pipeline_stage_boundary
9-
from .position_embedding import llama_rope
109
from .top_p_pivot import top_p_pivot, top_p_renorm

0 commit comments

Comments
 (0)