Skip to content

Commit b57366e

Browse files
authored
Merge pull request #39 from EmbeddedLLM/szeyu-patch-3
Move `ov_phi3_vision.py` from engine folder to mutlimodal_models/openvino
2 parents 3fe35ad + 3ad496d commit b57366e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/embeddedllm/backend/openvino_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from threading import Thread
2323

2424
from optimum.intel import OVModelForCausalLM, OVWeightQuantizationConfig
25-
from embeddedllm.backend.ov_phi3_vision import OvPhi3Vision
25+
from embeddedllm.multimodal_models.openvino.ov_phi3_vision import OvPhi3Vision
2626
from embeddedllm.inputs import PromptInputs
2727
from embeddedllm.protocol import CompletionOutput, RequestOutput
2828
from embeddedllm.sampling_params import SamplingParams

0 commit comments

Comments
 (0)