Skip to main content

Module startup

Module startup 

Source
Expand description

Worker startup: model load, optional cache GC, TRT prewarm, readiness signal.

Structsยง

StartupOutcome ๐Ÿ”’
Outcome of the blocking startup sequence before the request loop begins.

Functionsยง

detected_sm_for_ep ๐Ÿ”’
Returns the GPU compute capability for TRT EP workers, or None on CPU/CUDA.
startup_worker ๐Ÿ”’
Loads models, runs optional TRT prewarm, and signals readiness.