You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/llama_cpp/llama.py", line 1108, in embed
decode_batch(s_batch)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/llama_cpp/llama.py", line 1044, in decode_batch
llama_cpp.llama_kv_cache_clear(self._ctx.ctx)
AttributeError: module 'llama_cpp.llama_cpp' has no attribute 'llama_kv_cache_clear'. Did you mean: 'llama_kv_cache_p'?