Bump Whisper.net from 1.7.2 to 1.7.4 #1737
Annotations
11 warnings
Build:
LLama/LLamaInteractExecutor.cs#L102
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
LLama/LLamaInteractExecutor.cs#L168
Dereference of a possibly null reference.
|
Build:
LLama/LLamaInteractExecutor.cs#L209
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
Build:
LLama/LLamaInteractExecutor.cs#L205
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#L110
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
LLama/LLamaInstructExecutor.cs#L163
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
Build:
LLama/LLamaInstructExecutor.cs#L159
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#L270
Dereference of a possibly null reference.
|
Build:
LLama/LLamaInteractExecutor.cs#L304
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
|
Build:
LLama/LLamaInstructExecutor.cs#L227
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading