Include MacOS Build #140
Annotations
10 warnings
LLama/Native/SafeLLamaContextHandle.cs#L203
'NativeApi.llama_eval(SafeLLamaContextHandle, int*, int, int)' is obsolete: 'use llama_decode() instead'
|
LLama/Native/SafeLLamaContextHandle.cs#L203
'NativeApi.llama_eval(SafeLLamaContextHandle, int*, int, int)' is obsolete: 'use llama_decode() instead'
|
LLama/LLamaExecutorBase.cs#L297
'LLamaContext.DeTokenize(IReadOnlyList<int>)' is obsolete: 'Use a `StreamingTokenDecoder` instead'
|
LLama/LLamaExecutorBase.cs#L297
'LLamaContext.DeTokenize(IReadOnlyList<int>)' is obsolete: 'Use a `StreamingTokenDecoder` instead'
|
LLama/LLamaInstructExecutor.cs#L109
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
LLama/LLamaExecutorBase.cs#L359
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaExecutorBase.cs#L359
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaExecutorBase.cs#L362
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaExecutorBase.cs#L362
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaExecutorBase.cs#L365
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading