Skip to content

Merge pull request #1262 from SignalRT/Optimization #2113

Merge pull request #1262 from SignalRT/Optimization

Merge pull request #1262 from SignalRT/Optimization #2113

Triggered via push September 29, 2025 20:55
Status Success
Total duration 13m 9s
Artifacts 3

main.yml

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

Annotations

30 warnings
Test (osx-release): LLama/Native/SafeLlamaModelHandle.cs#L447
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_cls_label(SafeLlamaModelHandle, uint)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (osx-release): LLama/Native/SafeLlamaModelHandle.cs#L439
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_n_cls_out(SafeLlamaModelHandle)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (osx-release): LLama.SemanticKernel/TextEmbedding/LLamaSharpEmbeddingGeneration.cs#L8
'ITextEmbeddingGenerationService' is obsolete: 'Use Microsoft.Extensions.AI.IEmbeddingGenerator<string, Embedding<float>> instead.'
Test (osx-release): LLama/Batched/Conversation.cs#L413
XML comment has cref attribute 'start' that could not be resolved
Test (osx-release): LLama/Batched/Conversation.cs#L413
XML comment has cref attribute 'count' that could not be resolved
Test (osx-release): LLama/Common/FixedSizeQueue.cs#L17
The field 'FixedSizeQueue<T>._window' is never used
Test (osx-release): LLama/LLamaInstructExecutor.cs#L157
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 (osx-release): LLama/LLamaInteractExecutor.cs#L206
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 (osx-release): LLama/Native/SafeLlamaModelHandle.cs#L447
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_cls_label(SafeLlamaModelHandle, uint)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (osx-release): LLama/Native/SafeLlamaModelHandle.cs#L439
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_n_cls_out(SafeLlamaModelHandle)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (windows-release): LLama/LLamaInteractExecutor.cs#L206
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/Native/SafeLlamaModelHandle.cs#L447
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_cls_label(SafeLlamaModelHandle, uint)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (windows-release): LLama/Native/SafeLlamaModelHandle.cs#L439
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_n_cls_out(SafeLlamaModelHandle)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (windows-release): LLama/Batched/Conversation.cs#L413
XML comment has cref attribute 'start' that could not be resolved
Test (windows-release): LLama/Batched/Conversation.cs#L413
XML comment has cref attribute 'count' that could not be resolved
Test (windows-release): LLama/Common/FixedSizeQueue.cs#L17
The field 'FixedSizeQueue<T>._window' is never used
Test (windows-release): LLama/LLamaInteractExecutor.cs#L206
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/LLamaInstructExecutor.cs#L157
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/Native/SafeLlamaModelHandle.cs#L447
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_cls_label(SafeLlamaModelHandle, uint)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (windows-release): LLama/Native/SafeLlamaModelHandle.cs#L439
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_n_cls_out(SafeLlamaModelHandle)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (linux-release): LLama/LLamaInteractExecutor.cs#L206
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/Native/SafeLlamaModelHandle.cs#L447
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_cls_label(SafeLlamaModelHandle, uint)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (linux-release): LLama/Native/SafeLlamaModelHandle.cs#L439
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_n_cls_out(SafeLlamaModelHandle)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (linux-release): LLama/Batched/Conversation.cs#L413
XML comment has cref attribute 'start' that could not be resolved
Test (linux-release): LLama/Batched/Conversation.cs#L413
XML comment has cref attribute 'count' that could not be resolved
Test (linux-release): LLama/Common/FixedSizeQueue.cs#L17
The field 'FixedSizeQueue<T>._window' is never used
Test (linux-release): LLama/LLamaInteractExecutor.cs#L206
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/LLamaInstructExecutor.cs#L157
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/Native/SafeLlamaModelHandle.cs#L447
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_cls_label(SafeLlamaModelHandle, uint)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (linux-release): LLama/Native/SafeLlamaModelHandle.cs#L439
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_n_cls_out(SafeLlamaModelHandle)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.

Artifacts

Produced during runtime
Name Size Digest
logs-macos-14
611 KB
sha256:fbe1575fc7793328cc6f07c274b33f6295540808fe08fd1579ca6a8bb698b919
logs-ubuntu-latest
666 KB
sha256:775c868d2179ac72349a40587a1955ce5397be90757064056430565ef7d3c88b
logs-windows-2022
67.9 KB
sha256:ae6068bcab27fe97edb62b1dd7eec69a6c7c9e434e656769230efe344289750a