kv_cache_instance_methods #454
Merged
Annotations
10 warnings
Build:
LLama/LLamaEmbedder.cs#L78
'LLamaContext.Eval(ReadOnlySpan<LLamaToken>, int)' is obsolete: 'use Decode() instead'
|
Build:
LLama/LLamaExecutorBase.cs#L363
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LLama/LLamaExecutorBase.cs#L366
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LLama/LLamaExecutorBase.cs#L369
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LLama/LLamaExecutorBase.cs#L372
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
Build:
LLama/LLamaInstructExecutor.cs#L190
'LLamaContext.Eval(List<LLamaToken>, int)' is obsolete: 'use Decode() instead'
|
Build:
LLama/LLamaInstructExecutor.cs#L209
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
|
The logs for this run have expired and are no longer available.
Loading