Skip to content

Commit 6cff87a

Browse files
committed
reduce max_model_len
1 parent 3a21aab commit 6cff87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/test_fuyu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run_test(
5555

5656
# max_model_len should be greater than image_feature_size
5757
with vllm_runner(model,
58-
max_model_len=4096,
58+
max_model_len=2560,
5959
max_num_seqs=1,
6060
dtype=dtype,
6161
tensor_parallel_size=tensor_parallel_size,

0 commit comments

Comments
 (0)