Skip to content

Update Llama.cpp

Update Llama.cpp #22

Triggered via push August 16, 2023 18:21
Status Success
Total duration 8m 4s
Artifacts

main.yml

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

Annotations

66 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/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/Utils.cs#L56
Possible null reference return.
Test (linux-debug): LLama/Utils.cs#L60
Possible null reference return.
Test (linux-debug): LLama/Utils.cs#L64
Possible null reference return.
Test (linux-debug): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
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-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/Utils.cs#L56
Possible null reference return.
Test (linux-release): LLama/Utils.cs#L60
Possible null reference return.
Test (linux-release): LLama/Utils.cs#L64
Possible null reference return.
Test (linux-release): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L53
Possible null reference assignment.
Test (linux-release): LLama/LLamaInteractExecutor.cs#L45
Possible null reference assignment.
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/LLamaParams.cs#L61
No se puede convertir un literal NULL en un tipo de referencia que no acepta valores NULL.
Test (macos-debug): LLama/OldVersion/LLamaParams.cs#L67
No se puede convertir un literal NULL en un tipo de referencia que no acepta valores NULL.
Test (macos-debug): LLama/OldVersion/LLamaModel.cs#L107
No se puede convertir un literal NULL en un tipo de referencia que no acepta valores NULL.
Test (macos-debug): LLama/OldVersion/LLamaModel.cs#L112
No se puede convertir un literal NULL en un tipo de referencia que no acepta valores NULL.
Test (macos-debug): LLama/Common/Logger.cs#L192
Desreferencia de una referencia posiblemente NULL.
Test (macos-debug): LLama/Common/Logger.cs#L213
Desreferencia de una referencia posiblemente NULL.
Test (macos-debug): LLama/Common/Logger.cs#L234
Desreferencia de una referencia posiblemente NULL.
Test (macos-debug): LLama/OldVersion/LLamaModel.cs#L236
Desreferencia de una referencia posiblemente NULL.
Test (macos-debug): LLama/OldVersion/LLamaModel.cs#L172
El elemento campo "_embed_inp" que no acepta valores NULL debe contener un valor distinto de NULL al salir del constructor. Considere la posibilidad de declarar el elemento campo como que admite un valor NULL.
Test (macos-debug): LLama/OldVersion/LLamaModel.cs#L422
Posible argumento de referencia nulo para el parámetro "prompt" en "LLamaModel LLamaModel.WithPrompt(string prompt, string encoding = "UTF-8")".
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#L56
Possible null reference return.
Test (windows-release): LLama/Utils.cs#L60
Possible null reference return.
Test (windows-release): LLama/Utils.cs#L64
Possible null reference return.
Test (windows-release): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (windows-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 (windows-release): 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
No se puede convertir un literal NULL en un tipo de referencia que no acepta valores NULL.
Test (macos-release): LLama/OldVersion/LLamaModel.cs#L112
No se puede convertir un literal NULL en un tipo de referencia que no acepta valores NULL.
Test (macos-release): LLama/OldVersion/LLamaParams.cs#L61
No se puede convertir un literal NULL en un tipo de referencia que no acepta valores NULL.
Test (macos-release): LLama/OldVersion/LLamaParams.cs#L67
No se puede convertir un literal NULL en un tipo de referencia que no acepta valores NULL.
Test (macos-release): LLama/LLamaInstructExecutor.cs#L53
Posible asignación de referencia nula.
Test (macos-release): LLama/LLamaInteractExecutor.cs#L45
Posible asignación de referencia nula.
Test (macos-release): LLama/LLamaInstructExecutor.cs#L87
Se va a convertir un literal nulo o un posible valor nulo en un tipo que no acepta valores NULL
Test (macos-release): LLama/LLamaInstructExecutor.cs#L90
Posible argumento de referencia nulo para el parámetro "value" en "void JsonSerializer.Serialize<InstructExecutorState>(Stream utf8Json, InstructExecutorState value, JsonSerializerOptions? options = null)".
Test (macos-release): LLama/Common/Logger.cs#L192
Desreferencia de una referencia posiblemente NULL.
Test (macos-release): LLama/LLamaInstructExecutor.cs#L99
Posible argumento de referencia nulo para el parámetro "data" en "void InstructExecutor.LoadState(ExecutorBaseState data)".
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#L56
Possible null reference return.
Test (windows-debug): LLama/Utils.cs#L60
Possible null reference return.
Test (windows-debug): LLama/Utils.cs#L64
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.