mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[nvbug/5354825] Fix nougat test image url (#5496)
Signed-off-by: Anurag Mukkara <134339030+amukkara@users.noreply.github.com>
This commit is contained in:
parent
87ead4ecbe
commit
c2799d0465
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user