From c336fdfacfbd884ff7cd0b3653691f4e3c866e38 Mon Sep 17 00:00:00 2001 From: Pablo Andres-Martinez <104848389+PabloAndresCQ@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:23:40 +0100 Subject: [PATCH] Update PR task list template (#169) No need for contributors to test on GPUs, since we now have CI! --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index be02bf20..558b0333 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,6 @@ Please mention any github issues addressed by this PR. # Checklist -- [ ] I have run the tests on a device with GPUs. - [ ] I have performed a self-review of my code. - [ ] I have commented hard-to-understand parts of my code. - [ ] I have made corresponding changes to the public API documentation.