mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][infra] Adjust labeling llm prompt for bug issues (#7385)
Signed-off-by: Kanghwan Jang <861393+karljang@users.noreply.github.com>
This commit is contained in:
parent
9986070044
commit
aa152ce8cf
1
.github/workflows/label_issue.yml
vendored
1
.github/workflows/label_issue.yml
vendored
@ -44,4 +44,5 @@ jobs:
|
||||
Prefer selecting only one label that represents the main topic or problem. Only suggest multiple labels if the issue genuinely spans multiple distinct areas that are equally important.
|
||||
Respond with ONLY the chosen label name (e.g., 'bug', 'feature-request') or comma-separated names if multiple are truly needed.
|
||||
If no labels seem appropriate, respond with 'NONE'.
|
||||
If the issue is a bug (the 'bug' label may be applied separately and is excluded here), output ONLY the applicable secondary labels from this exact allowlist: Customized kernels, Decoding, Disaggregated serving, Doc, Frontend, General perf, Inference runtime, Infra, LLM API, Model customization, Model optimization, OOTB, Pytorch, Scale-out, Speculative Decoding, Testing, Triton backend, Windows. Use exact casing; if none apply, respond with 'NONE'. Do not output 'bug'.
|
||||
Do not add any other text, explanation, or markdown formatting.
|
||||
|
||||
20
.github/workflows/module-owners.json
vendored
20
.github/workflows/module-owners.json
vendored
@ -1,16 +1,18 @@
|
||||
{
|
||||
"Generic Runtime": ["funatiq", "pcastonguay", "Shixiaowei02", "MartinMarciniszyn", "schetlur-nv", "dcampora"],
|
||||
"Triton Backend": ["Tabrizian", "pcastonguay", "schetlur-nv"],
|
||||
"LLM API/Workflow": ["Superjomn", "syuoni", "nv-guomingz", "litaotju", "QiJune"],
|
||||
"feature request": ["laikhtewari"],
|
||||
"new model": ["laikhtewari"],
|
||||
"Inference runtime": ["funatiq", "pcastonguay", "Shixiaowei02", "MartinMarciniszyn", "schetlur-nv", "dcampora"],
|
||||
"Triton backend": ["Tabrizian", "pcastonguay", "schetlur-nv"],
|
||||
"LLM API": ["Superjomn", "syuoni", "nv-guomingz", "litaotju", "QiJune"],
|
||||
"KV-Cache Management":["thorjohnsen", "schetlur-nv"],
|
||||
"Low Precision":["Tracin", "nv-guomingz", "Naveassaf"],
|
||||
"Speculative Decoding":["yweng0828", "nekorobov", "lfr-0531"],
|
||||
"Customized Kernels":["lowsfer", "PerkzZheng", "jdemouth-nvidia"],
|
||||
"Performance": ["kaiyux", "jiahanc", "hypdeb"],
|
||||
"Speculative Decoding":["yweng0828", "lfr-0531"],
|
||||
"Customized kernels":["lowsfer", "PerkzZheng", "jdemouth-nvidia"],
|
||||
"General perf": ["kaiyux", "jiahanc", "hypdeb"],
|
||||
"Lora/P-tuning":["byshiue", "Naveassaf"],
|
||||
"Disaggregated Serving":["Shixiaowei02", "joyang-nv", "chuangz0", "schetlur-nv"],
|
||||
"Documentation":["nv-guomingz"],
|
||||
"Sampling": ["dcampora", "lfr-0531", "Naveassaf", "syuoni", "yweng0828"],
|
||||
"Disaggregated serving":["Shixiaowei02", "joyang-nv", "chuangz0", "schetlur-nv"],
|
||||
"Doc":["nv-guomingz"],
|
||||
"Decoding": ["dcampora", "lfr-0531", "Naveassaf", "syuoni", "yweng0828"],
|
||||
"Memory": ["litaotju", "peaceh-nv"],
|
||||
"Installation": ["hchings", "Superjomn", "nv-guomingz", "QiJune"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user