Read the release version from LLamaSharp.csproj - #1427
Merged
martindevans merged 3 commits intoAug 24, 2026
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
LLama/MtmdWeights.cs#L116
Missing XML comment for publicly visible type or member 'MtmdWeights.DecodeImageChunk(IntPtr, SafeLLamaContextHandle, IntPtr, ref int, int, int)'
|
|
Build:
LLama/MtmdWeights.cs#L113
Missing XML comment for publicly visible type or member 'MtmdWeights.EvaluateChunk(IntPtr, SafeLLamaContextHandle, ref int, int, int, bool)'
|
|
Build:
LLama/LLamaInteractExecutor.cs#L131
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'InteractiveExecutor.PreprocessInputs(string?, StatefulExecutorBase.InferStateArgs, CancellationToken)' (but other parameters do)
|
|
Build:
LLama/LLamaInteractExecutor.cs#L121
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'InteractiveExecutor.GetLoopCondition(StatefulExecutorBase.InferStateArgs, CancellationToken)' (but other parameters do)
|
|
Build:
LLama/LLamaInstructExecutor.cs#L50
Missing XML comment for publicly visible type or member 'InstructExecutor.InstructExecutor(LLamaContext, MtmdWeights, string, string, ILogger?)'
|
|
Build:
LLama/Extensions/IntPtrExtensions.cs#L7
Missing XML comment for publicly visible type or member 'IntPtrExtensions'
|
|
Build:
LLama/Batched/Conversation.cs#L254
Missing XML comment for publicly visible type or member 'Conversation.Prompt(string, bool, bool)'
|
|
Build:
LLama/LLamaInteractExecutor.cs#L30
The field 'InteractiveExecutor._mtmdMarker' is never used
|
|
Build:
LLama/LLamaInteractExecutor.cs#L29
The field 'InteractiveExecutor._mtmdChunks' is never used
|
|
Build:
LLama/Extensions/IModelParamsExtensions.cs#L126
Possible null reference argument for parameter 'key' in 'IntPtr Dictionary<string, IntPtr>.this[string key]'.
|
background
wait
wait-all
cancel
parallel
Loading