MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / default_params

Method default_params

llama_cpp/_internals.py:462–464  ·  view source on GitHub ↗

Get the default llama_context_params.

()

Source from the content-addressed store, hash-verified

460 # Utility functions
461 @staticmethod
462 def default_params():
463 """Get the default llama_context_params."""
464 return llama_cpp.llama_context_default_params()
465
466
467class LlamaBatch:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected