Function TRTSERVER_ServerOptionsSetStrictModelConfig

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerOptionsSetStrictModelConfig(TRTSERVER_ServerOptions *options, bool strict)

Enable or disable strict model configuration handling in a server options.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

  • strict: True to enable strict model configuration handling, false to disable.