From 617004a96034a45876fbd89a152fcf37ff482445 Mon Sep 17 00:00:00 2001 From: myhloli Date: Thu, 9 Jan 2025 23:56:59 +0800 Subject: [PATCH] fix: update issue template for version1.0.x and add npu option - Update the bug report template to include version 1.0.x - Add 'npu' as a new option for hardware backend --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e30799e6..b49fc94b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -78,10 +78,10 @@ body: #multiple: false options: - - - "0.7.x" - "0.8.x" - "0.9.x" - "0.10.x" + - "1.0.x" validations: required: true @@ -94,5 +94,6 @@ body: - - cpu - cuda + - npu validations: required: true