We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbdf0e commit 3f103b2Copy full SHA for 3f103b2
modules/llama_cpp_plugin/include/state.hpp
@@ -14,7 +14,6 @@ namespace ov {
14
LlamaCppState() = delete;
15
LlamaCppState(const std::shared_ptr<const LlamaCppModel>& model_ptr) : m_model_ptr(model_ptr), IVariableState("llama_cpp_state") {}
16
void reset() override {
17
- std::cout << "VSHAMPOR: resetting state" << std::endl;
18
llama_kv_cache_clear(m_model_ptr->m_llama_ctx);
19
}
20
private:
0 commit comments