We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d399f78 commit 7ebc9dbCopy full SHA for 7ebc9db
src/cpp/src/visual_language/embedding_model.cpp
@@ -27,6 +27,7 @@ std::unique_ptr<ov::genai::CircularBufferQueue<ov::genai::EmbeddingsRequest>> in
27
context = compiled.get_context();
28
} catch (const ov::Exception&) {
29
req.remote_tensor = req.cpu_tensor;
30
+ return req;
31
}
32
req.remote_tensor = context.create_tensor(ov::element::f32, req.cpu_tensor.get_shape());
33
return req;
0 commit comments