We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4213a2 commit d2607acCopy full SHA for d2607ac
LLama/Native/LLamaModelParams.cs
@@ -16,9 +16,8 @@ public unsafe struct LLamaModelParams
16
17
/// <summary>
18
/// NULL-terminated list of buffer types to use for tensors that match a pattern
19
- /// actual type: llama_model_tensor_buft_override*
20
/// </summary>
21
- public IntPtr tensor_buft_overrides;
+ public LLamaModelTensorBufferOverride* tensor_buft_overrides;
22
23
24
/// // number of layers to store in VRAM
0 commit comments