Fix low memory beam search (#34746)
* fix * higher max positions in tests
This commit is contained in:
committed by
GitHub
parent
145fbd46cb
commit
9470d65324
@@ -330,7 +330,7 @@ class Blip2TextModelDecoderOnlyTester:
|
||||
hidden_act="gelu",
|
||||
hidden_dropout_prob=0.1,
|
||||
attention_probs_dropout_prob=0.1,
|
||||
max_position_embeddings=20,
|
||||
max_position_embeddings=512,
|
||||
eos_token_id=2,
|
||||
pad_token_id=1,
|
||||
bos_token_id=0,
|
||||
|
||||
Reference in New Issue
Block a user