Skip to content

Commit 93de277

Browse files
committed
fix image
1 parent c48b8d5 commit 93de277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_models/hghub/model_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def random_input_kwargs(config: Any, task: str) -> Tuple[Dict[str, Any], Callabl
241241
height=config.vision_config.image_size,
242242
num_channels=config.vision_config.num_channels,
243243
)
244-
fct = get_inputs_for_image_text_to_text
244+
fct = get_inputs_for_image_text_to_text # type: ignore
245245
else:
246246
raise NotImplementedError(f"Input generation for task {task!r} not implemented yet.")
247247

0 commit comments

Comments
 (0)