Skip to content

Improved Tensor Splits #29

Improved Tensor Splits

Improved Tensor Splits #29

Triggered via pull request August 6, 2023 19:31
Status Failure
Total duration 5m 12s
Artifacts

main.yml

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

Annotations

12 errors and 44 warnings
Test (linux-release): LLama.Web/Common/ModelOptions.cs#L5
'ModelOptions' does not implement interface member 'IModelParams.TensorSplits'. 'ModelOptions.TensorSplits' cannot implement 'IModelParams.TensorSplits' because it does not have the matching return type of 'float[]'.
Test (linux-release): LLama.Web/Common/ModelOptions.cs#L5
'ModelOptions' does not implement interface member 'IModelParams.TensorSplits'. 'ModelOptions.TensorSplits' cannot implement 'IModelParams.TensorSplits' because it does not have the matching return type of 'float[]'.
Test (linux-release)
Process completed with exit code 1.
Test (linux-debug): LLama.Web/Common/ModelOptions.cs#L5
'ModelOptions' does not implement interface member 'IModelParams.TensorSplits'. 'ModelOptions.TensorSplits' cannot implement 'IModelParams.TensorSplits' because it does not have the matching return type of 'float[]'.
Test (linux-debug): LLama.Web/Common/ModelOptions.cs#L5
'ModelOptions' does not implement interface member 'IModelParams.TensorSplits'. 'ModelOptions.TensorSplits' cannot implement 'IModelParams.TensorSplits' because it does not have the matching return type of 'float[]'.
Test (linux-debug)
Process completed with exit code 1.
Test (windows-debug): LLama.Web/Common/ModelOptions.cs#L5
'ModelOptions' does not implement interface member 'IModelParams.TensorSplits'. 'ModelOptions.TensorSplits' cannot implement 'IModelParams.TensorSplits' because it does not have the matching return type of 'float[]'.
Test (windows-debug): LLama.Web/Common/ModelOptions.cs#L5
'ModelOptions' does not implement interface member 'IModelParams.TensorSplits'. 'ModelOptions.TensorSplits' cannot implement 'IModelParams.TensorSplits' because it does not have the matching return type of 'float[]'.
Test (windows-debug)
Process completed with exit code 1.
Test (windows-release): LLama.Web/Common/ModelOptions.cs#L5
'ModelOptions' does not implement interface member 'IModelParams.TensorSplits'. 'ModelOptions.TensorSplits' cannot implement 'IModelParams.TensorSplits' because it does not have the matching return type of 'float[]'.
Test (windows-release): LLama.Web/Common/ModelOptions.cs#L5
'ModelOptions' does not implement interface member 'IModelParams.TensorSplits'. 'ModelOptions.TensorSplits' cannot implement 'IModelParams.TensorSplits' because it does not have the matching return type of 'float[]'.
Test (windows-release)
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/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/Common/Logger.cs#L116
Dereference of a possibly null reference.
Test (linux-release): LLama/Common/Logger.cs#L133
Dereference of a possibly null reference.
Test (linux-release): LLama/Common/Logger.cs#L150
Dereference of a possibly null reference.
Test (linux-release): LLama/LLamaInteractExecutor.cs#L45
Possible null reference assignment.
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/OldVersion/LLamaModel.cs#L236
Dereference of a possibly null reference.
Test (linux-debug): 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 (linux-debug): LLama/OldVersion/LLamaModel.cs#L422
Possible null reference argument for parameter 'prompt' in 'LLamaModel LLamaModel.WithPrompt(string prompt, string encoding = "UTF-8")'.
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 (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#L98
Possible null reference return.
Test (windows-debug): LLama/Utils.cs#L102
Possible null reference return.
Test (windows-debug): LLama/Utils.cs#L106
Possible null reference return.
Test (windows-debug): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L236
Dereference of a possibly null reference.
Test (windows-debug): 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)
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/Utils.cs#L98
Possible null reference return.
Test (windows-release): LLama/Utils.cs#L102
Possible null reference return.
Test (windows-release): LLama/Utils.cs#L106
Possible null reference return.
Test (windows-release): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
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.