feat: cuda feature detection. #502
Annotations
10 warnings
LLama/Native/SafeLLamaContextHandle.cs#L203
'NativeApi.llama_eval(SafeLLamaContextHandle, int*, int, int)' is obsolete: 'use llama_decode() instead'
|
LLama/Native/NativeApi.Load.cs#L132
Possible null reference return.
|
LLama/LLamaExecutorBase.cs#L297
'LLamaContext.DeTokenize(IReadOnlyList<int>)' is obsolete: 'Use a `StreamingTokenDecoder` instead'
|
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#L365
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaExecutorBase.cs#L368
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LLama/LLamaInteractExecutor.cs#L92
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
LLama/LLamaInstructExecutor.cs#L109
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
LLama/LLamaInstructExecutor.cs#L154
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
The logs for this run have expired and are no longer available.
Loading