Enum SharedSlotPoolOptions.AllocationTiming
When the pool's memory is claimed.
public enum SharedSlotPoolOptions.AllocationTiming
Fields
Claim it when the first completion needs it. Loading a model to read its metadata or tokenize text then costs nothing extra.
Claim it as soon as the model is loaded, so a host that cannot fit the pool learns at startup instead of on its first request.