Property IntraOpNumThreads
IntraOpNumThreads
model.decoder.session_options.intra_op_num_threads as the provisioned config declared
it, or null when it declared nothing. Published as section 14.3's
chatIntraOpNumThreads.
public int? IntraOpNumThreads { get; init; }
Property Value
- int?
Remarks
Carried here rather than on ChatModelShape (plan adjustment 29): every field on the shape is cross-checked against the provisioned config and a disagreement is ChatModelShapeMismatch, and a thread count is a runtime hint a publisher may change between revisions without changing the model. It is read once, from the config text the load path already had in hand, so the diagnostics contributor re-parses nothing.