Skip to content

CPU Feature Detection #193

CPU Feature Detection

CPU Feature Detection #193

Triggered via pull request September 2, 2023 03:56
Status Success
Total duration 10m 36s
Artifacts

main.yml

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

Annotations

44 warnings
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/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-debug): LLama/LLamaInteractExecutor.cs#L88
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L100
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L258
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#L263
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#L261
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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-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#L100
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-release): LLama/LLamaInteractExecutor.cs#L88
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
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/LLamaInstructExecutor.cs#L258
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#L263
Non-nullable property 'InputSuffixTokens' 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-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 (linux-release): LLama/LLamaInteractExecutor.cs#L261
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/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#L88
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L100
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
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/LLamaInstructExecutor.cs#L258
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L263
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaInteractExecutor.cs#L261
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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-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#L88
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-debug): LLama/LLamaInstructExecutor.cs#L100
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-debug): LLama/LLamaInteractExecutor.cs#L261
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#L258
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#L263
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.