MCPcopy 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
3472ConfigFile.model_rebuild()

Callers 4

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected