diff --git a/.github/pr-labels.yml b/.github/pr-labels.yml index aa0f66931b..e07cb3f500 100644 --- a/.github/pr-labels.yml +++ b/.github/pr-labels.yml @@ -12,9 +12,11 @@ "component: conversion": - core/conversion/**/* - + - py/torch_tensorrt/dynamo/conversion/**/* + "component: converters": - core/conversion/converters/**/* + - py/torch_tensorrt/dynamo/conversion/impl/**/* "component: evaluators": - core/conversion/evaluators/**/* @@ -22,14 +24,22 @@ "component: fx": - py/torch_tensorrt/fx/**/* +"component: dynamo": + - py/torch_tensorrt/dynamo/**/* + +"component: torch_compile": + - py/torch_tensorrt/dynamo/backend/* + "component: partitioning": - core/partitioning/**/* "component: runtime": - core/runtime/**/* + - py/torch_tensorrt/dynamo/runtime/**/* "component: lowering": - core/lowering/**/* + - py/torch_tensorrt/dynamo/lowering/**/* "component: tests": - tests/**/* @@ -37,6 +47,8 @@ "component: build system": - WORKSPACE - BUILD + - pyproject.toml + - setup.py "documentation": - docs/**/*