Skip to content

Commit 21e47dd

Browse files
committed
update
1 parent c5b9a18 commit 21e47dd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/end_to_end/tpu/qwen/moe/qwen3-omni-30b-a3b/2_test_qwen3_omni_30b_a3b.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ python3 -m maxtext.inference.decode src/maxtext/configs/base.yml \
5454
max_prefill_predict_length=512 \
5555
max_target_length=542 \
5656
add_bos=false \
57-
attention=dot_product \
58-
ici_tensor_parallelism=4
57+
attention=dot_product
5958

6059
# ---
6160
# Step 2b: Multimodal Decode — text + video + audio
@@ -81,5 +80,4 @@ python3 -m maxtext.inference.decode src/maxtext/configs/base.yml \
8180
max_prefill_predict_length=1240 \
8281
max_target_length=1280 \
8382
add_bos=false \
84-
attention=dot_product \
85-
ici_tensor_parallelism=4
83+
attention=dot_product

0 commit comments

Comments
 (0)