Skip to content

Commit

Permalink
ci: Added DL backend to the bug report template (#853)
Browse files Browse the repository at this point in the history
* backup

* minor print

* change to logger

* change to logger

* stderr

* set missing

* fix test

* update

* update

* update

* update

* remove default logging

* flake8

* revert

* update bug report ticket

* apply changes
  • Loading branch information
felixdittrich92 authored Mar 16, 2022
1 parent 096eb48 commit fc8efc9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@ body:
```
validations:
required: true
- type: textarea
attributes:
label: Deep Learning backend
description: |
Please run the following snippet and paste the output below.
```python
from doctr.file_utils import is_tf_available, is_torch_available
print(f"is_tf_available: {is_tf_available()}")
print(f"is_torch_available: {is_torch_available()}")
```
validations:
required: true
- type: markdown
attributes:
value: >
Expand Down

0 comments on commit fc8efc9

Please sign in to comment.