Skip to content

Commit de5fad1

Browse files
committed
test vocab size
1 parent 26234ee commit de5fad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/sana/test_sana_sprint_img2img.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def get_dummy_components(self):
120120
num_attention_heads=2,
121121
num_hidden_layers=1,
122122
num_key_value_heads=2,
123-
vocab_size=8,
123+
vocab_size=1000,
124124
attn_implementation="eager",
125125
)
126126
text_encoder = Gemma2Model(text_encoder_config)

0 commit comments

Comments
 (0)