Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abetlen/llama-cpp-python
/ __del__
Method
__del__
llama_cpp/llama.py:2284–2285 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2282
self._stack.close()
2283
2284
def
__del__(self) -> None:
2285
self.close()
2286
2287
@staticmethod
2288
def
logits_to_logprobs(
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected