Major llama.cpp API Change #185
Merged
Annotations
10 warnings
LLama/LLamaInstructExecutor.cs#L103
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
LLama/LLamaInteractExecutor.cs#L89
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
LLama/LLamaExecutorBase.cs#L362
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaExecutorBase.cs#L365
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaExecutorBase.cs#L368
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaExecutorBase.cs#L371
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaInteractExecutor.cs#L130
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#L144
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#L255
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaInstructExecutor.cs#L260
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading