1.0 KiB
1.0 KiB
IModelParamsExtensions
Namespace: LLama.Extensions
Extention methods to the IModelParams interface
public static class IModelParamsExtensions
Inheritance Object → IModelParamsExtensions
Methods
ToLlamaContextParams(IModelParams, LLamaContextParams&)
Convert the given IModelParams
into a LLamaContextParams
public static MemoryHandle ToLlamaContextParams(IModelParams params, LLamaContextParams& result)
Parameters
params
IModelParams
result
LLamaContextParams&