We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ce00c commit c998db7Copy full SHA for c998db7
src/speaches/executors/pyannote_speaker_embedding.py
@@ -4,7 +4,7 @@
4
5
import huggingface_hub
6
import numpy as np
7
-from onnxruntime import InferenceSession, SessionOptions
+from onnxruntime import InferenceSession, SessionOptions # pyright: ignore[reportAttributeAccessIssue]
8
from pydantic import BaseModel
9
10
from speaches.api_types import Model
0 commit comments