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 ab6f510 commit 8b8140aCopy full SHA for 8b8140a
examples/multimodal_vision/gemma3n_example.py
@@ -55,6 +55,8 @@ def data_collator(batch):
55
data_collator=data_collator,
56
# gemma3n has broken weight offloading which is required by the sequential pipeline
57
pipeline="basic",
58
+ # gemma3n does not support untying word embeddings
59
+ tie_word_embeddings=True,
60
)
61
62
# Confirm generations of the quantized model look sane.
0 commit comments