Skip to content

Commit

Permalink
Llava: fix checkpoint_doc (#32458)
Browse files Browse the repository at this point in the history
fix: add new llava like model bug
  • Loading branch information
RUFFY-369 authored Aug 6, 2024
1 parent 37c5ca5 commit 0aa8328
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/transformers/models/llava/modeling_llava.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@

_CONFIG_FOR_DOC = "LlavaConfig"

# Base docstring
_CHECKPOINT_FOR_DOC = "llava-hf/llava-1.5-7b-hf"


@dataclass
# Copied from transformers.models.idefics.modeling_idefics.IdeficsCausalLMOutputWithPast with Idefics->Llava
Expand Down

0 comments on commit 0aa8328

Please sign in to comment.