Table of Contents

Method UnloadAsync

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

UnloadAsync(CancellationToken)

Marks the model for drop and disposes it once the lease returns.

Task<bool> UnloadAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Cancellation.

Returns

Task<bool>

true when a loaded model was marked or disposed.