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 2542e3d commit 6a5f283Copy full SHA for 6a5f283
examples/gemma3_example/ccl_gemma3_mm.py
@@ -50,7 +50,7 @@
50
aic_enable_depth_first=True,
51
skip_vision=True,
52
mos=1,
53
- node_precision_info="examples/gemma3_example/fp32_mm.yaml",
+ node_precision_info="examples/gemma3_example/fp32_nodes_gemma3_4b.yaml",
54
)
55
56
messages = [
@@ -86,7 +86,7 @@
86
mxint8_kv_cache=False,
87
88
89
90
91
92
### IMAGE + TEXT ###
0 commit comments