Skip to content

Merge pull request #787 from patrick-hovsepian/generic_prompt #3

Merge pull request #787 from patrick-hovsepian/generic_prompt

Merge pull request #787 from patrick-hovsepian/generic_prompt #3

Triggered via push June 14, 2024 06:59
Status Cancelled
Total duration 1m 55s
Artifacts

main.yml

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

Annotations

6 errors and 23 warnings
Test (windows-release)
Canceling since a higher priority waiting request for 'Unit Test-refs/heads/master' exists
Test (windows-release)
The operation was canceled.
Test (linux-release)
Canceling since a higher priority waiting request for 'Unit Test-refs/heads/master' exists
Test (linux-release)
The operation was canceled.
Test (osx-release)
Canceling since a higher priority waiting request for 'Unit Test-refs/heads/master' exists
Test (osx-release)
The operation was canceled.
Test (windows-release)
No files were found with the provided path: logs/. No artifacts will be uploaded.
Test (linux-release): LLama/Common/PolymorphicJSONConverter.cs#L51
Dereference of a possibly null reference.
Test (linux-release): LLama/ChatSession.cs#L685
'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'
Test (linux-release): LLama/ChatSession.cs#L727
'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'
Test (linux-release): LLama/ChatSession.cs#L783
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/Native/NativeLogConfig.cs#L55
'NativeLibraryConfig.Instance' is obsolete: 'Please use NativeLibraryConfig.All instead, or set configurations for NativeLibraryConfig.LLama and NativeLibraryConfig.LLavaShared respectively.'
Test (linux-release): LLama/LLamaInteractExecutor.cs#L101
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L109
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-release): LLama/LLamaInteractExecutor.cs#L162
Dereference of a possibly null reference.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L154
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
Test (linux-release): LLama/LLamaInstructExecutor.cs#L150
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 (osx-release)
No files were found with the provided path: logs/. No artifacts will be uploaded.
Test (osx-release): LLama/Native/NativeLogConfig.cs#L55
'NativeLibraryConfig.Instance' is obsolete: 'Please use NativeLibraryConfig.All instead, or set configurations for NativeLibraryConfig.LLama and NativeLibraryConfig.LLavaShared respectively.'
Test (osx-release): LLama/LLamaWeights.cs#L108
The variable 'modelLoadProgressRange' is assigned but its value is never used
Test (osx-release): LLama/LLamaInteractExecutor.cs#L101
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (osx-release): LLama/LLamaInteractExecutor.cs#L162
Dereference of a possibly null reference.
Test (osx-release): LLama/LLamaInteractExecutor.cs#L203
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
Test (osx-release): LLama/LLamaInteractExecutor.cs#L199
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 (osx-release): LLama/LLamaInteractExecutor.cs#L262
Dereference of a possibly null reference.
Test (osx-release): LLama/LLamaInteractExecutor.cs#L295
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
Test (osx-release): LLama/LLamaInstructExecutor.cs#L109
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (osx-release): LLama/LLamaInstructExecutor.cs#L154
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'