Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/abetlen/llama-cpp-python
/ load
Method
load
examples/server/server.py:3468–3469 ·
view source on GitHub ↗
(cls, path: str)
Source
from the content-addressed store, hash-verified
3466
3467
@classmethod
3468
def
load(cls, path: str) ->
"ConfigFile"
:
3469
return
cls.model_validate_json(Path(path).read_text())
3470
3471
3472
ConfigFile.model_rebuild()
Callers
4
load_llama_from_model_settings
Method · 0.45
_load_cached_media_chunk
Method · 0.45
hydrate_sequence_cache_match
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected