Skip to content

Multiple context layers per model #5

Multiple context layers per model

Multiple context layers per model #5

Triggered via pull request August 5, 2023 08:13
Status Failure
Total duration 4m 36s
Artifacts

main.yml

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

Annotations

2 errors and 66 warnings
Test (macos-debug)
Process completed with exit code 1.
Test (macos-release)
Process completed with exit code 1.
Test (macos-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 (macos-debug): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (macos-debug): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (macos-debug): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (macos-debug): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (macos-debug): LLama/Common/Logger.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (macos-debug): LLama/Common/Logger.cs#L72
Cannot convert null literal to non-nullable reference type.
Test (macos-debug): LLama/Common/Logger.cs#L116
Dereference of a possibly null reference.
Test (macos-debug): LLama/LLamaInteractExecutor.cs#L45
Possible null reference assignment.
Test (macos-debug): LLama/LLamaInstructExecutor.cs#L53
Possible null reference assignment.
Test (macos-debug): LLama/LLamaInteractExecutor.cs#L75
Converting null literal or possible null value to non-nullable type.
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/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/Common/Logger.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/Common/Logger.cs#L72
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/Common/Logger.cs#L116
Dereference of a possibly null reference.
Test (linux-debug): LLama/Common/Logger.cs#L133
Dereference of a possibly null reference.
Test (linux-debug): LLama/Common/Logger.cs#L150
Dereference of a possibly null reference.
Test (linux-debug): LLama/OldVersion/LLamaModel.cs#L236
Dereference of a possibly null reference.
Test (macos-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 (macos-release): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (macos-release): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (macos-release): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (macos-release): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (macos-release): LLama/OldVersion/LLamaModel.cs#L236
Dereference of a possibly null reference.
Test (macos-release): LLama/OldVersion/LLamaModel.cs#L172
Non-nullable field '_embed_inp' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test (macos-release): LLama/OldVersion/LLamaModel.cs#L422
Possible null reference argument for parameter 'prompt' in 'LLamaModel LLamaModel.WithPrompt(string prompt, string encoding = "UTF-8")'.
Test (macos-release): LLama/LLamaStatelessExecutor.cs#L126
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 (macos-release): LLama/LLamaModel.cs#L64
Cannot convert null literal to non-nullable reference type.
Test (macos-release): LLama/LLamaModel.cs#L77
Cannot convert null literal to non-nullable reference type.
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/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Common/Logger.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Common/Logger.cs#L72
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Utils.cs#L101
Possible null reference return.
Test (linux-release): LLama/Utils.cs#L105
Possible null reference return.
Test (linux-release): LLama/Utils.cs#L109
Possible null reference return.
Test (linux-release): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
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/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/Utils.cs#L101
Possible null reference return.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/Utils.cs#L101
Possible null reference return.
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/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L236
Dereference of a possibly null reference.
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L172
Non-nullable field '_embed_inp' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L422
Possible null reference argument for parameter 'prompt' in 'LLamaModel LLamaModel.WithPrompt(string prompt, string encoding = "UTF-8")'.
Test (windows-release): LLama/Common/Logger.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/Common/Logger.cs#L72
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/Common/Logger.cs#L116
Dereference of a possibly null reference.