From 8c79bde0e384086cb6d3ba7daa4d5c4aec717d95 Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Wed, 23 Oct 2024 16:13:20 +0000 Subject: [PATCH] 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.