1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-24 10:37:28 +02:00

formatting

This commit is contained in:
mertalev 2024-02-02 23:35:05 -05:00
parent bb56bd3297
commit 073965c47e
No known key found for this signature in database
GPG Key ID: 9181CD92C0A1C5E3

View File

@ -12,6 +12,7 @@ from huggingface_hub import snapshot_download
from onnx.shape_inference import infer_shapes_path
from onnx.tools.update_model_dims import update_inputs_outputs_dims
from typing_extensions import Buffer
import ann.ann
from app.models.constants import STATIC_INPUT_PROVIDERS, SUPPORTED_PROVIDERS
@ -145,7 +146,7 @@ class InferenceModel(ABC):
# check_model gets called in update_inputs_outputs_dims
check_model = onnx.checker.check_model
try:
def check_model_stub(*args: Any, **kwargs: Any) -> None:
pass