Skip to content

Commit 267e727

Browse files
authored
Update issue templates
1 parent acf4398 commit 267e727

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE/报告issue.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: 报告issue
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## 环境
11+
12+
- FastDeploy版本: 说明具体的版本,如fastdeploy-linux-gpu-0.8.0或自行编译的develop代码(附上自行编译的方式,及cmake时print的编译选项截图)
13+
- 系统平台: Linux x64(Ubuntu 18.04) / Windows x64(Windows10) / Mac OSX arm(12.0) / Mac OSX intel(12.0)
14+
- 硬件: 说明具体硬件型号,如 Nvidia GPU 3080TI, CUDA 11.2 CUDNN 8.3
15+
- 编译语言: C++ / Python(3.7或3.8等)
16+
17+
## 问题描述
18+
- 附上详细的问题日志有助于工程师快速定位分析
19+
- 性能问题,描述清楚对比的方式
20+
- - 注意性能测试,循环跑N次,取后80%的用时平均(模型启动时,刚开始受限于资源分配,速度会较慢)
21+
- - FastDeploy的Predict包含模型本身之外的数据前后处理用时

0 commit comments

Comments
 (0)