Function TRITONSERVER_ServerOptionsSetStrictModelConfig¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_ServerOptionsSetStrictModelConfig
(TRITONSERVER_ServerOptions *options, bool strict)¶ Enable or disable strict model configuration handling in a server options.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
options
: The server options object.strict
: True to enable strict model configuration handling, false to disable.