Get the default llama_context_params.
()
| 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 | |
| 467 | class LlamaBatch: |
nothing calls this directly
no outgoing calls
no test coverage detected