Skip to content

Commit 1d74b42

Browse files
committed
improving handeling CCL lists
Signed-off-by: Vahid Janfaza <vjanfaza@qti.qualcomm.com>
1 parent 71c5182 commit 1d74b42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

QEfficient/utils/check_ccl_specializations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
#
66
# -----------------------------------------------------------------------------
77

8-
9-
# def process_ccl_specializations(
10-
# ccl_prefill: Optional[List[int]] = None, ccl_decode: Optional[List[int]] = None, ctx_len: Optional[int] = None
11-
# ):
128
def process_ccl_specializations(kwargs):
139
ccl_prefill = kwargs.pop("comp_ctx_lengths_prefill", None)
1410
ccl_decode = kwargs.pop("comp_ctx_lengths_decode", None)

0 commit comments

Comments
 (0)