Skip to content

Commit 9b3a474

Browse files
committed
Adding Compute-Context-Length(CCL)
Signed-off-by: Vahid Janfaza <vjanfaza@qti.qualcomm.com>
1 parent 8c82207 commit 9b3a474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gemma3_example/ccl_gemma3_mm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# pass HF_TOKEN if gated model
2424
# For running the model in single QPC approach use kv_offload=False. For Dual QPC approach use kv_offload=True ###
25-
comp_ctx_lengths = [3072,4096,6144,8192]
25+
comp_ctx_lengths = [3072, 4096, 6144, 8192]
2626
ctx_len = 8192
2727
prefill_ccl_len = 1
2828
qeff_model = QEFFAutoModelForImageTextToText.from_pretrained(

0 commit comments

Comments
 (0)