Skip to content

Commit 20cba23

Browse files
committed
set gemma default
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent 59d047c commit 20cba23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/multimodal_vision/gemma3_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
splits=DATASET_SPLIT,
4040
recipe=recipe,
4141
batch_size=BATCH_SIZE,
42+
shuffle_calibration_samples=False,
4243
max_seq_length=MAX_SEQUENCE_LENGTH,
4344
num_calibration_samples=NUM_CALIBRATION_SAMPLES,
4445
)

0 commit comments

Comments
 (0)