Update ContributingGuide.md #1657
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
LLama/Common/InferenceParams.cs#L94
Nullability of reference types in return type of 'ISamplingPipeline? InferenceParams.SamplingPipeline.get' doesn't match implicitly implemented member 'ISamplingPipeline IInferenceParams.SamplingPipeline.get' (possibly because of nullability attributes).
|
Build:
LLama/ChatSession.cs#L782
Possible null reference argument for parameter 'executorState' in 'SessionState.SessionState(State? contextState, ExecutorBaseState executorState, ChatHistory history, List<ITextTransform> inputTransformPipeline, ITextStreamTransform outputTransform, IHistoryTransform historyTransform)'.
|
Build:
LLama/LLamaInstructExecutor.cs#L110
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
LLama/LLamaInteractExecutor.cs#L102
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
LLama/LLamaInstructExecutor.cs#L163
'IReadOnlyListExtensions.TokensEndsWithAnyString<TTokens>(TTokens, IList<string>?, SafeLlamaModelHandle, Encoding)' is obsolete: 'Use an Antiprompt processor instead'
|
Build:
LLama/LLamaInstructExecutor.cs#L159
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.
|
Build:
LLama/LLamaInstructExecutor.cs#L269
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
LLama/LLamaInstructExecutor.cs#L274
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
LLama/Common/PolymorphicJSONConverter.cs#L48
Dereference of a possibly null reference.
|
Build:
LLama/LLamaExecutorBase.cs#L417
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading