triton-inference-server / triton_cli

Triton CLI is an open source command line interface that enables users to create, deploy, and profile models served by the Triton Inference Server.
48 stars 2 forks source link

refactor: Add TritonCLIException to denote expected vs unexpected errors #69

Closed rmccorm4 closed 4 months ago

rmccorm4 commented 4 months ago

Adds a custom TritonCLIException class to help distinguish between expeceted and unexpected errors at the top level handler in main.py.