Skip to content

Commit 3f103b2

Browse files
committedMar 15, 2024
Remove debug print
1 parent afbdf0e commit 3f103b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎modules/llama_cpp_plugin/include/state.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ namespace ov {
1414
LlamaCppState() = delete;
1515
LlamaCppState(const std::shared_ptr<const LlamaCppModel>& model_ptr) : m_model_ptr(model_ptr), IVariableState("llama_cpp_state") {}
1616
void reset() override {
17-
std::cout << "VSHAMPOR: resetting state" << std::endl;
1817
llama_kv_cache_clear(m_model_ptr->m_llama_ctx);
1918
}
2019
private:

0 commit comments

Comments
 (0)