Updated Binaries December 2023 #361
Merged
Annotations
10 warnings
Build:
LLama/Native/NativeApi.Load.cs#L132
Possible null reference return.
|
Build:
LLama/LLamaEmbedder.cs#L101
'LLamaContext.Eval(int[], int)' is obsolete: 'use llama_decode() instead'
|
Build:
LLama/LLamaStatelessExecutor.cs#L81
'LLamaContext.Eval(List<int>, int)' is obsolete: 'use llama_decode() instead'
|
Build:
LLama/LLamaStatelessExecutor.cs#L135
'LLamaContext.Eval(List<int>, int)' is obsolete: 'use llama_decode() instead'
|
Build:
LLama/LLamaInteractExecutor.cs#L92
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
LLama/LLamaInstructExecutor.cs#L109
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
LLama/LLamaInteractExecutor.cs#L137
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
Build:
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.
|
Build:
LLama/LLamaInstructExecutor.cs#L154
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
Build:
LLama/LLamaInstructExecutor.cs#L150
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.
|
The logs for this run have expired and are no longer available.
Loading