Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abetlen/llama-cpp-python
/ close
Method
close
llama_cpp/_internals.py:280–281 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
278
self._exit_stack.callback(free_ctx)
279
280
def
close(self):
281
self._exit_stack.close()
282
283
def
__del__(self):
284
self.close()
Callers
1
__del__
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected