Skip to content

Commit 1adb45c

Browse files
Merge pull request #3797 from AI-Hypercomputer:aireen/fix_vision_output_length
PiperOrigin-RevId: 908940648
2 parents 24f72e0 + dbe3d5e commit 1adb45c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/end_to_end/tpu/gemma4/26b/convert_gemma4.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ if [ ${USE_MULTIMODAL} == true ]; then
5555
dtype=float32 \
5656
matmul_precision=highest \
5757
per_device_batch_size=1 \
58-
vision_output_length=280 \
5958
attention=dot_product \
6059
prompt="${TEST_PROMPT}" \
6160
image_path=${TEST_IMAGE} \

tests/end_to_end/tpu/gemma4/31b/convert_gemma4.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ if [ ${USE_MULTIMODAL} == true ]; then
5555
dtype=float32 \
5656
matmul_precision=highest \
5757
per_device_batch_size=1 \
58-
vision_output_length=280 \
5958
attention=dot_product \
6059
prompt="${TEST_PROMPT}" \
6160
image_path=${TEST_IMAGE} \

0 commit comments

Comments
 (0)