"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "75d5f98fd2a154bb5bfc0879c4a6e389c6789be5"
Unverified Commit 0aa83282 authored by Prakarsh Kaushik's avatar Prakarsh Kaushik Committed by GitHub
Browse files

Llava: fix checkpoint_doc (#32458)

fix: add new llava like model bug
parent 37c5ca5e
......@@ -39,6 +39,9 @@ logger = logging.get_logger(__name__)
_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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment