Skip to content

Commit

Permalink
Merge branch 'mindee:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 authored Mar 16, 2022
2 parents bdc4e67 + fc8efc9 commit b525021
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 b525021

Please sign in to comment.