We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c82207 commit 9b3a474Copy full SHA for 9b3a474
examples/gemma3_example/ccl_gemma3_mm.py
@@ -22,7 +22,7 @@
22
23
# pass HF_TOKEN if gated model
24
# 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]
+comp_ctx_lengths = [3072, 4096, 6144, 8192]
26
ctx_len = 8192
27
prefill_ccl_len = 1
28
qeff_model = QEFFAutoModelForImageTextToText.from_pretrained(
0 commit comments