Update llama.cpp February 2026 #1335
Merged
Annotations
10 warnings
|
Build:
LLama/Extensions/IntPtrExtensions.cs#L7
Missing XML comment for publicly visible type or member 'IntPtrExtensions'
|
|
Build:
LLama/Batched/Conversation.cs#L251
Missing XML comment for publicly visible type or member 'Conversation.Prompt(string, bool, bool)'
|
|
Build:
LLama/Batched/BatchedExecutor.cs#L95
Missing XML comment for publicly visible type or member 'BatchedExecutor.ClipModel'
|
|
Build:
LLama/Batched/BatchedExecutor.cs#L87
Missing XML comment for publicly visible type or member 'BatchedExecutor.BatchedExecutor(LLamaWeights, IContextParams, MtmdWeights?)'
|
|
Build:
LLama/LLamaInteractExecutor.cs#L29
The field 'InteractiveExecutor._mtmdChunks' is never used
|
|
Build:
LLama/LLamaInteractExecutor.cs#L30
The field 'InteractiveExecutor._mtmdMarker' is never used
|
|
Build:
LLama/Native/LoraAdapter.cs#L44
'llama_adapter_lora_free(IntPtr)' is obsolete: 'adapters are now freed together with the associated model'
|
|
Build:
LLama/Extensions/IModelParamsExtensions.cs#L123
Possible null reference argument for parameter 'key' in 'IntPtr Dictionary<string, IntPtr>.this[string key]'.
|
|
Build:
LLama/Native/SafeMtmdInputChunk.cs#L55
Possible null reference return.
|
|
Build:
LLama/Native/SafeMtmdInputChunk.cs#L46
Possible null reference return.
|
Loading