build(deps): bump Microsoft.KernelMemory.Abstractions from 0.18.231209.1-preview to 0.23.231224.1 #677
Annotations
10 warnings
LLama/Native/NativeApi.Load.cs#L132
Possible null reference return.
|
LLama/LLamaStatelessExecutor.cs#L84
'LLamaContext.Eval(List<int>, int)' is obsolete: 'use llama_decode() instead'
|
LLama/LLamaStatelessExecutor.cs#L138
'LLamaContext.Eval(List<int>, int)' is obsolete: 'use llama_decode() instead'
|
LLama/LLamaInteractExecutor.cs#L92
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
LLama/LLamaInteractExecutor.cs#L137
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
LLama/LLamaInteractExecutor.cs#L133
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
LLama/LLamaInteractExecutor.cs#L170
'LLamaContext.Eval(List<int>, int)' is obsolete: 'use llama_decode() instead'
|
LLama/LLamaInteractExecutor.cs#L189
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
|
LLama/LLamaInteractExecutor.cs#L159
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
LLama/LLamaInstructExecutor.cs#L109
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
The logs for this run have expired and are no longer available.
Loading