Merge pull request #401 from martindevans/remove_some_unsafe #696
Annotations
10 warnings
LLama/LLamaEmbedder.cs#L78
'LLamaContext.Eval(int[], int)' is obsolete: 'use llama_decode() instead'
|
LLama/LLamaInstructExecutor.cs#L109
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
LLama/LLamaInstructExecutor.cs#L154
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
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.
|
LLama/LLamaInstructExecutor.cs#L191
'LLamaContext.Eval(List<int>, int)' is obsolete: 'use llama_decode() instead'
|
LLama/LLamaInstructExecutor.cs#L210
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
|
LLama/LLamaInstructExecutor.cs#L269
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaInstructExecutor.cs#L274
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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'
|
The logs for this run have expired and are no longer available.
Loading