Merge pull request #443 from martindevans/llama_batch_self_grow #756
Annotations
10 warnings
Build:
LLama/LLamaStatelessExecutor.cs#L82
'LLamaContext.Eval(List<LLamaToken>, int)' is obsolete: 'use Decode() instead'
|
Build:
LLama/LLamaStatelessExecutor.cs#L140
'LLamaContext.Eval(List<LLamaToken>, int)' is obsolete: 'use Decode() instead'
|
Build:
LLama/LLamaInteractExecutor.cs#L91
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
LLama/LLamaInteractExecutor.cs#L136
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
Build:
LLama/LLamaInteractExecutor.cs#L132
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/LLamaInteractExecutor.cs#L169
'LLamaContext.Eval(List<LLamaToken>, int)' is obsolete: 'use Decode() instead'
|
Build:
LLama/LLamaInteractExecutor.cs#L158
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#L108
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
LLama/LLamaInstructExecutor.cs#L153
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
Build:
LLama/LLamaInstructExecutor.cs#L149
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