Skip to content

Commit 3ad496d

Browse files
authored
Move ov_phi3_vision.py from engine folder to mutlimodal_models/openvino
1 parent 3fe35ad commit 3ad496d

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)