Skip to content

Commit c4518ad

Browse files
committed
added openvino vision generation
1 parent 4887326 commit c4518ad

File tree

3 files changed

+602
-1
lines changed

3 files changed

+602
-1
lines changed

src/embeddedllm/backend/onnxruntime_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self, model_path: str, vision: bool, device: str = "cpu"):
4848
allow_patterns=None,
4949
repo_type="model",
5050
)
51-
model_path = snapshot_path
51+
self.model_path = snapshot_path
5252

5353
self.model_config = AutoConfig.from_pretrained(self.model_path, trust_remote_code=True)
5454
self.device = device

0 commit comments

Comments
 (0)