refactor: the directory structure. #1308
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/LLama/Abstractions/IContextParams.cs#L119
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
Build:
src/LLama/Abstractions/IContextParams.cs#L119
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
Build:
src/LLama/Abstractions/IContextParams.cs#L120
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
Build:
src/LLama/Abstractions/IContextParams.cs#L120
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
Build:
src/LLama/Native/NativeLogConfig.cs#L55
'NativeLibraryConfig.Instance' is obsolete: 'Please use NativeLibraryConfig.All instead, or set configurations for NativeLibraryConfig.LLama and NativeLibraryConfig.LLavaShared respectively.'
|
Build:
src/LLama/ChatSession.cs#L685
'LLamaContext.State.ToByteArray()' is obsolete: 'It is not generally safe to convert a state into a byte array - it will fail if the state is very large'
|
Build:
src/LLama/LLamaInteractExecutor.cs#L101
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
src/LLama/ChatSession.cs#L727
'LLamaContext.State.FromByteArray(byte[])' is obsolete: 'It is not generally safe to convert a state into a byte array - it will fail if the state is very large'
|
Build:
src/LLama/LLamaInstructExecutor.cs#L109
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
|
Build:
src/LLama/ChatSession.cs#L783
Possible null reference argument for parameter 'executorState' in 'SessionState.SessionState(State? contextState, ExecutorBaseState executorState, ChatHistory history, List<ITextTransform> inputTransformPipeline, ITextStreamTransform outputTransform, IHistoryTransform historyTransform)'.
|
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