mirror of
https://github.com/immich-app/immich.git
synced 2024-12-24 10:37:28 +02:00
formatting
This commit is contained in:
parent
bb56bd3297
commit
073965c47e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user