Property ContextSize
ContextSize
Gets the context size (in tokens) that was determined to fit in available device memory.
public uint ContextSize { get; }
Property Value
Remarks
This value may be smaller than the originally requested context size if the fitting
process had to reduce it to fit available memory. If Success is false,
this value is 0.