We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91a08b commit 0de9efbCopy full SHA for 0de9efb
modules/llama_cpp_plugin/src/compiled_model.cpp
@@ -71,7 +71,7 @@ std::shared_ptr<const ov::Model> LlamaCppModel::get_runtime_model() const {
71
}
72
73
void LlamaCppModel::set_property(const ov::AnyMap& properties) {
74
- OPENVINO_DEBUG("llama_cpp_plugin: attempted to set_property (did nothing)";
+ OPENVINO_DEBUG("llama_cpp_plugin: attempted to set_property (did nothing)");
75
76
77
ov::Any LlamaCppModel::get_property(const std::string& name) const {
0 commit comments