Unverified Commit 1e152030 authored by Pedro Cuenca's avatar Pedro Cuenca Committed by GitHub
Browse files

Fix breaking error: "ort is not defined" (#626)

Fix "ort is not defined" issue.
parent 8211b622
......@@ -114,7 +114,7 @@ class OnnxRuntimeModel:
cache_dir: Optional[str] = None,
file_name: Optional[str] = None,
provider: Optional[str] = None,
sess_options: Optional[ort.SessionOptions] = None,
sess_options: Optional["ort.SessionOptions"] = None,
**kwargs,
):
"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment