Skip to content

Custom Sampler Stages #1634

Custom Sampler Stages

Custom Sampler Stages #1634

Triggered via pull request October 25, 2024 00:56
Status Failure
Total duration 5m 14s
Artifacts

main.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 36 warnings
Test (osx-release): LLama.Examples/Examples/CustomSampler.cs#L71
'RemoveMostLikelyToken' does not implement interface member 'IDisposable.Dispose()'
Test (osx-release): LLama.Examples/Examples/CustomSampler.cs#L71
'RemoveMostLikelyToken' does not implement interface member 'IDisposable.Dispose()'
Test (osx-release)
Process completed with exit code 1.
Test (linux-release): LLama.Examples/Examples/CustomSampler.cs#L71
'RemoveMostLikelyToken' does not implement interface member 'IDisposable.Dispose()'
Test (linux-release): LLama.Examples/Examples/CustomSampler.cs#L71
'RemoveMostLikelyToken' does not implement interface member 'IDisposable.Dispose()'
Test (linux-release)
Process completed with exit code 1.
Test (windows-release): LLama.Examples/Examples/CustomSampler.cs#L71
'RemoveMostLikelyToken' does not implement interface member 'IDisposable.Dispose()'
Test (windows-release): LLama.Examples/Examples/CustomSampler.cs#L71
'RemoveMostLikelyToken' does not implement interface member 'IDisposable.Dispose()'
Test (windows-release)
Process completed with exit code 1.
Test (osx-release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (osx-release)
No files were found with the provided path: logs/. No artifacts will be uploaded.
Test (osx-release): LLama/Common/InferenceParams.cs#L94
Nullability of reference types in return type of 'ISamplingPipeline? InferenceParams.SamplingPipeline.get' doesn't match implicitly implemented member 'ISamplingPipeline IInferenceParams.SamplingPipeline.get' (possibly because of nullability attributes).
Test (osx-release): LLama/ChatSession.cs#L782
Possible null reference argument for parameter 'executorState' in 'SessionState.SessionState(State? contextState, ExecutorBaseState executorState, ChatHistory history, List<ITextTransform> inputTransformPipeline, ITextStreamTransform outputTransform, IHistoryTransform historyTransform)'.
Test (osx-release): LLama/Common/PolymorphicJSONConverter.cs#L48
Dereference of a possibly null reference.
Test (osx-release): LLama/LLamaExecutorBase.cs#L417
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (osx-release): LLama/LLamaExecutorBase.cs#L420
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (osx-release): LLama/LLamaExecutorBase.cs#L423
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (osx-release): LLama/LLamaExecutorBase.cs#L426
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (osx-release): LLama/LLamaInteractExecutor.cs#L102
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (osx-release): LLama/LLamaInstructExecutor.cs#L110
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (osx-release): LLama/LLamaInteractExecutor.cs#L168
Dereference of a possibly null reference.
Test (linux-release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (linux-release): LLama/Common/InferenceParams.cs#L94
Nullability of reference types in return type of 'ISamplingPipeline? InferenceParams.SamplingPipeline.get' doesn't match implicitly implemented member 'ISamplingPipeline IInferenceParams.SamplingPipeline.get' (possibly because of nullability attributes).
Test (linux-release): LLama/ChatSession.cs#L782
Possible null reference argument for parameter 'executorState' in 'SessionState.SessionState(State? contextState, ExecutorBaseState executorState, ChatHistory history, List<ITextTransform> inputTransformPipeline, ITextStreamTransform outputTransform, IHistoryTransform historyTransform)'.
Test (linux-release): LLama/Common/PolymorphicJSONConverter.cs#L48
Dereference of a possibly null reference.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L110
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-release): LLama/LLamaExecutorBase.cs#L417
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L420
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L423
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L426
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L163
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
Test (linux-release): 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.
Test (linux-release)
No files were found with the provided path: logs/. No artifacts will be uploaded.
Test (windows-release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (windows-release)
No files were found with the provided path: logs/. No artifacts will be uploaded.
Test (windows-release): LLama/Common/InferenceParams.cs#L94
Nullability of reference types in return type of 'ISamplingPipeline? InferenceParams.SamplingPipeline.get' doesn't match implicitly implemented member 'ISamplingPipeline IInferenceParams.SamplingPipeline.get' (possibly because of nullability attributes).
Test (windows-release): LLama/Common/PolymorphicJSONConverter.cs#L48
Dereference of a possibly null reference.
Test (windows-release): LLama/ChatSession.cs#L782
Possible null reference argument for parameter 'executorState' in 'SessionState.SessionState(State? contextState, ExecutorBaseState executorState, ChatHistory history, List<ITextTransform> inputTransformPipeline, ITextStreamTransform outputTransform, IHistoryTransform historyTransform)'.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L110
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L163
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
Test (windows-release): 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.
Test (windows-release): LLama/LLamaInteractExecutor.cs#L102
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L227
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L269
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L274
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.