[nvbug/5354825] Fix nougat test image url (#5496)

Signed-off-by: Anurag Mukkara <134339030+amukkara@users.noreply.github.com>
This commit is contained in:
Anurag Mukkara 2025-06-25 19:10:18 -07:00 committed by GitHub
parent 87ead4ecbe
commit c2799d0465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2231,6 +2231,7 @@ class MultimodalModelRunner:
filepath = hf_hub_download(
repo_id="hf-internal-testing/fixtures_docvqa",
filename="nougat_paper.png",
revision="ec57bf8c8b1653a209c13f6e9ee66b12df0fc2db",
repo_type="dataset")
images = Image.open(filepath)
elif "fuyu" in self.model_type: