ci: add benchmark test. #10
Annotations
1 error and 12 warnings
linux-benchmark-cuda (cuda11)
Process completed with exit code 1.
|
linux-benchmark-cuda (cuda11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
linux-benchmark-cuda (cuda11)
'LLamaContext.State.ToByteArray()' is obsolete: 'It is not generally safe to convert a state into a byte array - it will fail if the state is very large'
|
linux-benchmark-cuda (cuda11)
Dereference of a possibly null reference.
|
linux-benchmark-cuda (cuda11)
'LLamaContext.State.FromByteArray(byte[])' is obsolete: 'It is not generally safe to convert a state into a byte array - it will fail if the state is very large'
|
linux-benchmark-cuda (cuda11)
Possible null reference argument for parameter 'executorState' in 'SessionState.SessionState(State? contextState, ExecutorBaseState executorState, ChatHistory history, List<ITextTransform> inputTransformPipeline, ITextStreamTransform outputTransform, IHistoryTransform historyTransform)'.
|
linux-benchmark-cuda (cuda11)
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
linux-benchmark-cuda (cuda11)
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
linux-benchmark-cuda (cuda11)
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.
|
linux-benchmark-cuda (cuda11)
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
linux-benchmark-cuda (cuda11)
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
linux-benchmark-cuda (cuda11)
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
linux-benchmark-cuda (cuda11)
No files were found with the provided path: BenchmarkDotNet.Artifacts/results/*. No artifacts will be uploaded.
|