Skip to content

Commit

Permalink
Drop image_seq_length
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketknight1 committed Dec 23, 2024
1 parent 97a37c5 commit cc99a09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/transformers/models/llava/configuration_llava.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ class LlavaConfig(PretrainedConfig):
Can be one of `"default"` or `"full"`.
vision_feature_layer (`int`, *optional*, defaults to -2):
The index of the layer to select the vision feature.
image_seq_length (`int`, *optional*, defaults to 576):
Sequence length of one image embedding.
multimodal_projector_bias (`bool`, *optional*, defaults to `True`):
Whether to use bias in the multimodal projector.
Expand Down

0 comments on commit cc99a09

Please sign in to comment.