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 d69da65 commit 09e6cfeCopy full SHA for 09e6cfe
examples/multimodal_vision/gemma3n_example.py
@@ -53,6 +53,8 @@ def data_collator(batch):
53
num_calibration_samples=NUM_CALIBRATION_SAMPLES,
54
trust_remote_code_model=True,
55
data_collator=data_collator,
56
+ # gemma3n has broken weight offloading which is required by the sequential pipeline
57
+ pipeline="basic",
58
)
59
60
# Confirm generations of the quantized model look sane.
0 commit comments