Skip to content

Commit bbd5e9c

Browse files
authored
Revert "[Fix] Resolve TVM Compatibility Issue by Removing Unsupported Argument" (#3165)
Revert "[Fix] Resolve TVM Compatibility Issue by Removing Unsupported Argumen…" This reverts commit 7175da5.
1 parent 7175da5 commit bbd5e9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/mlc_llm/compiler_pass/dispatch_kv_cache_creation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ def create_tir_paged_kv_cache(
152152
"support_sliding_window_", relax.ShapeStructInfo([kwargs["support_sliding_window"]])
153153
)
154154

155-
# Remove the 'enable_disaggregation' argument
156-
kwargs.pop("enable_disaggregation", None)
157-
158155
with bb.function(
159156
name="create_tir_paged_kv_cache",
160157
params=[

0 commit comments

Comments
 (0)