Skip to content

GGUF

GGUF #143

Triggered via pull request August 25, 2023 15:02
Status Failure
Total duration 6m 7s
Artifacts

main.yml

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

Annotations

4 errors and 44 warnings
Test (linux-release)
Process completed with exit code 1.
Test (linux-debug)
Process completed with exit code 1.
Test (windows-release)
Process completed with exit code 1.
Test (windows-debug)
Process completed with exit code 1.
Test (linux-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (linux-release): LLama/LLamaInstructExecutor.cs#L99
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-release): LLama/LLamaInteractExecutor.cs#L87
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L257
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L262
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaStatelessExecutor.cs#L160
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): LLama/LLamaExecutorBase.cs#L320
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): LLama/LLamaInteractExecutor.cs#L262
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L373
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L376
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L379
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (linux-debug): LLama/LLamaExecutorBase.cs#L320
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-debug): LLama/LLamaExecutorBase.cs#L373
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaExecutorBase.cs#L376
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaExecutorBase.cs#L379
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaExecutorBase.cs#L382
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L99
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-debug): LLama/LLamaInteractExecutor.cs#L87
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L257
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L262
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaInteractExecutor.cs#L262
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-release): LLama/LLamaExecutorBase.cs#L320
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/LLamaExecutorBase.cs#L373
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaExecutorBase.cs#L376
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaExecutorBase.cs#L379
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaExecutorBase.cs#L382
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaStatelessExecutor.cs#L160
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#L87
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L99
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-release): LLama/LLamaInteractExecutor.cs#L262
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L257
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-debug): LLama/LLamaInteractExecutor.cs#L87
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-debug): LLama/LLamaInstructExecutor.cs#L99
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-debug): LLama/LLamaInteractExecutor.cs#L262
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug): LLama/LLamaInstructExecutor.cs#L257
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug): LLama/LLamaInstructExecutor.cs#L262
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug): LLama/LLamaExecutorBase.cs#L320
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-debug): LLama/LLamaExecutorBase.cs#L373
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug): LLama/LLamaExecutorBase.cs#L376
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug): LLama/LLamaExecutorBase.cs#L379
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug): LLama/LLamaExecutorBase.cs#L382
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.