From 8efc0ec91a398f051dfdbff9c64a042d4836ae2b Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Fri, 18 Oct 2019 10:45:44 -0400 Subject: [PATCH] Add Benchmarks to issue templates --- .github/ISSUE_TEMPLATE/---new-benchmark.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---new-benchmark.md diff --git a/.github/ISSUE_TEMPLATE/---new-benchmark.md b/.github/ISSUE_TEMPLATE/---new-benchmark.md new file mode 100644 index 0000000000..4526bd076a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---new-benchmark.md @@ -0,0 +1,22 @@ +--- +name: "\U0001F5A5 New Benchmark" +about: You benchmark a part of this library and would like to share your results +title: "[Benchmark]" +labels: '' +assignees: '' + +--- + +# Benchmarking Transformers + +## Benchmark + +Which part of Transformers did you benchmark? + +## Set-up + +What did you run your benchmarks on? Please include details, such as: CPU, GPU? If using multiple GPUs, which parallelization did you use? + +## Results + +Put your results here!