Skip to content

Commit

Permalink
Update pr-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
narendasan authored Aug 2, 2023
1 parent 28fd11a commit 8149db4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,43 @@

"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/**/*

"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/**/*

"component: build system":
- WORKSPACE
- BUILD
- pyproject.toml
- setup.py

"documentation":
- docs/**/*
Expand Down

0 comments on commit 8149db4

Please sign in to comment.