Skip to content

Commit

Permalink
Fixed typo in bug issue template (#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso authored May 9, 2024
1 parent 087e813 commit 99a38b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ body:
Did you install torchserve from source? Are you using Docker?
placeholder: |
Install torchserve from source: No
Are you using Docker: Yes I ran ./build_image.sh
Are you using Docker: Yes I ran ./build_image.sh
validations:
required: true

- type: textarea
attributes:
label: Model Packaing
label: Model Packaging
description: |
Please describe how you packaged your model
placeholder: |
Link to builtin handler or example you used or link to a repo or gist with your custom handler or step by step instructions with torch-model-archiver
validations:
required: true

- type: textarea
attributes:
label: config.properties
Expand Down Expand Up @@ -86,7 +86,7 @@ body:
torchserve --start
```
validations:
required: true
required: true

- type: textarea
attributes:
Expand Down

0 comments on commit 99a38b3

Please sign in to comment.