Skip to content

Commit

Permalink
Video-LLaVa: Fix docs (huggingface#30855)
Browse files Browse the repository at this point in the history
fix model id in docs
  • Loading branch information
zucchini-nlp authored May 16, 2024
1 parent 1b3dba9 commit 95b3c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/en/model_doc/video_llava.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def read_video_pyav(container, indices):
return np.stack([x.to_ndarray(format="rgb24") for x in frames])


model = VideoLlavaForConditionalGeneration.from_pretrained("RaushanTurganbay/video-llava-7b-hf", device_map="auto")
processor = VideoLlavaProcessor.from_pretrained("RaushanTurganbay/video-llava-7b-hf")
model = VideoLlavaForConditionalGeneration.from_pretrained("LanguageBind/Video-LLaVA-7B-hf", device_map="auto")
processor = VideoLlavaProcessor.from_pretrained("LanguageBind/Video-LLaVA-7B-hf")

video_path = hf_hub_download(repo_id="raushan-testing-hf/videos-test", filename="sample_demo_1.mp4", repo_type="dataset")

Expand Down

0 comments on commit 95b3c38

Please sign in to comment.