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.
2 parents 3fe35ad + 3ad496d commit b57366eCopy full SHA for b57366e
src/embeddedllm/backend/openvino_engine.py
@@ -22,7 +22,7 @@
22
from threading import Thread
23
24
from optimum.intel import OVModelForCausalLM, OVWeightQuantizationConfig
25
-from embeddedllm.backend.ov_phi3_vision import OvPhi3Vision
+from embeddedllm.multimodal_models.openvino.ov_phi3_vision import OvPhi3Vision
26
from embeddedllm.inputs import PromptInputs
27
from embeddedllm.protocol import CompletionOutput, RequestOutput
28
from embeddedllm.sampling_params import SamplingParams
src/embeddedllm/backend/ov_phi3_vision.py renamed to src/embeddedllm/multimodal_models/openvino/ov_phi3_vision.py
0 commit comments