From 39841962bf8cc419b522b7e2ba00b35c57567bc7 Mon Sep 17 00:00:00 2001 From: Raushan Turganbay Date: Fri, 19 Jul 2024 15:38:01 +0500 Subject: [PATCH] VideoLLaVa: fix chat format in docs (#32083) fix chat format --- docs/source/en/model_doc/video_llava.md | 6 +++--- src/transformers/models/video_llava/modeling_video_llava.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/en/model_doc/video_llava.md b/docs/source/en/model_doc/video_llava.md index 307c55bb2cef63..f098e82a177670 100644 --- a/docs/source/en/model_doc/video_llava.md +++ b/docs/source/en/model_doc/video_llava.md @@ -98,7 +98,7 @@ indices = np.arange(0, total_frames, total_frames / 8).astype(int) video = read_video_pyav(container, indices) # For better results, we recommend to prompt the model in the following format -prompt = "USER: