Table of Contents

Property RequestedContextTokens

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

RequestedContextTokens

min(options.MaxContextTokens ?? preset.DefaultMaxContextTokens, shape.ContextLength, configDeclaredContextLength) - spec section 9.1 step 4 does the clamping, which is what keeps Qwen3_600MInt4's declared 40960 from ever reaching a generator.

public int RequestedContextTokens { get; init; }

Property Value

int