Skip to content

Merge branch 'SciSharp:master' into master #34

Merge branch 'SciSharp:master' into master

Merge branch 'SciSharp:master' into master #34

Re-run triggered September 2, 2023 05:49
Status Success
Total duration 9m 28s
Artifacts

main.yml

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

Annotations

60 warnings
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/LLamaInstructExecutor.cs#L100
Posible argumento de referencia nulo para el parámetro "data" en "void InstructExecutor.LoadState(ExecutorBaseState data)".
Test (macos-debug): LLama/LLamaInteractExecutor.cs#L88
Posible argumento de referencia nulo para el parámetro "data" en "void InteractiveExecutor.LoadState(ExecutorBaseState data)".
Test (macos-debug): LLama/LLamaExecutorBase.cs#L320
El método asincrónico carece de operadores "await" y se ejecutará de forma sincrónica. Puede usar el operador 'await' para esperar llamadas API que no sean de bloqueo o 'await Task.Run(...)' para hacer tareas enlazadas a la CPU en un subproceso en segundo plano.
Test (macos-debug): LLama/LLamaStatelessExecutor.cs#L160
El método asincrónico carece de operadores "await" y se ejecutará de forma sincrónica. Puede usar el operador 'await' para esperar llamadas API que no sean de bloqueo o 'await Task.Run(...)' para hacer tareas enlazadas a la CPU en un subproceso en segundo plano.
Test (macos-debug): LLama/LLamaExecutorBase.cs#L373
El elemento propiedad "Embeds" que no acepta valores NULL debe contener un valor distinto de NULL al salir del constructor. Considere la posibilidad de declarar el elemento propiedad como que admite un valor NULL.
Test (macos-debug): LLama/LLamaExecutorBase.cs#L376
El elemento propiedad "EmbedInps" que no acepta valores NULL debe contener un valor distinto de NULL al salir del constructor. Considere la posibilidad de declarar el elemento propiedad como que admite un valor NULL.
Test (macos-debug): LLama/LLamaExecutorBase.cs#L379
El elemento propiedad "SessionTokens" que no acepta valores NULL debe contener un valor distinto de NULL al salir del constructor. Considere la posibilidad de declarar el elemento propiedad como que admite un valor NULL.
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 (macos-release): LLama/Common/Logger.cs#L192
Desreferencia de una referencia posiblemente NULL.
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 (macos-release): LLama/Common/Logger.cs#L213
Desreferencia de una referencia posiblemente NULL.
Test (macos-release): LLama/Common/Logger.cs#L234
Desreferencia de una referencia posiblemente NULL.
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 (macos-release): LLama/LLamaStatelessExecutor.cs#L160
El método asincrónico carece de operadores "await" y se ejecutará de forma sincrónica. Puede usar el operador 'await' para esperar llamadas API que no sean de bloqueo o 'await Task.Run(...)' para hacer tareas enlazadas a la CPU en un subproceso en segundo plano.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L100
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-debug): LLama/LLamaInteractExecutor.cs#L88
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (macos-release): LLama/LLamaInteractExecutor.cs#L88
Posible argumento de referencia nulo para el parámetro "data" en "void InteractiveExecutor.LoadState(ExecutorBaseState data)".
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 (macos-release): LLama/LLamaInstructExecutor.cs#L100
Posible argumento de referencia nulo para el parámetro "data" en "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 (macos-release): LLama/LLamaInstructExecutor.cs#L209
Posible argumento de referencia nulo para el parámetro "filename" en "void StatefulExecutorBase.SaveSessionFile(string filename)".
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 (macos-release): LLama/LLamaExecutorBase.cs#L320
El método asincrónico carece de operadores "await" y se ejecutará de forma sincrónica. Puede usar el operador 'await' para esperar llamadas API que no sean de bloqueo o 'await Task.Run(...)' para hacer tareas enlazadas a la CPU en un subproceso en segundo plano.
Test (macos-release): LLama/LLamaInstructExecutor.cs#L258
El elemento propiedad "InputPrefixTokens" que no acepta valores NULL debe contener un valor distinto de NULL al salir del constructor. Considere la posibilidad de declarar el elemento propiedad como que admite un valor NULL.
Test (macos-release): LLama/LLamaInstructExecutor.cs#L263
El elemento propiedad "InputSuffixTokens" que no acepta valores NULL debe contener un valor distinto de NULL al salir del constructor. Considere la posibilidad de declarar el elemento propiedad como que admite un valor NULL.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L100
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
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/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#L88
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
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/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/LLamaInteractExecutor.cs#L261
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#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/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#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 (windows-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 (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.
Test (windows-debug): LLama/LLamaInteractExecutor.cs#L88
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.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#L100
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
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.