Skip to content

Commit 6a5f283

Browse files
committed
adding Context Length Specialization (CCL)
Signed-off-by: Vahid Janfaza <vjanfaza@qti.qualcomm.com>
1 parent 2542e3d commit 6a5f283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gemma3_example/ccl_gemma3_mm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
aic_enable_depth_first=True,
5151
skip_vision=True,
5252
mos=1,
53-
node_precision_info="examples/gemma3_example/fp32_mm.yaml",
53+
node_precision_info="examples/gemma3_example/fp32_nodes_gemma3_4b.yaml",
5454
)
5555

5656
messages = [
@@ -86,7 +86,7 @@
8686
mxint8_kv_cache=False,
8787
aic_enable_depth_first=True,
8888
mos=1,
89-
node_precision_info="examples/gemma3_example/fp32_mm.yaml",
89+
node_precision_info="examples/gemma3_example/fp32_nodes_gemma3_4b.yaml",
9090
)
9191

9292
### IMAGE + TEXT ###

0 commit comments

Comments
 (0)