TensorRT-LLM icon indicating copy to clipboard operation
TensorRT-LLM copied to clipboard

[AutoDeploy] Refactor AutoDeploy torch custom op to attach `auto_deploy` prefix to the op namespace

Open suyoggupta opened this issue 7 months ago • 0 comments

Add auto_deploy namespace to uniquely identify all the custom ops defined in auto_deploy/custom_ops. This could avoid potential namespace conflicts for ops defined in the manual workflow.

suyoggupta avatar May 16 '25 23:05 suyoggupta