Minor fix in video text 2 text docs (#35546)

minor fix in docs
This commit is contained in:
Merve Noyan 2025-01-09 11:20:36 +01:00 committed by GitHub
parent 965a2fb320
commit 487c31a21f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,4 +144,4 @@ print(processor.decode(output[0][2:], skip_special_tokens=True)[len(user_prompt)
And voila!
To learn more about chat templates and token streaming for video-text-to-text models, refer to the [image-text-to-text](../image_text_to_text) task guide because these models work similarly.
To learn more about chat templates and token streaming for video-text-to-text models, refer to the [image-text-to-text](../tasks/image_text_to_text) task guide because these models work similarly.