Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docsrc/RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
- If any models do not convert to ONNX / TRT, that is fine. Mark them as failling / no result
- Devices:
- A100 (P0)
- T4 is a nice to have (P2) (Add batch sizes 64, 128, 256, 512, 1024 if so)
- A30 / A30 MIG (P1) (same batches as T4
- T4 (P1) (Add batch sizes 64, 128, 256, 512, 1024 if so)
- Jetson also nice to have (P4)
- Please submit one PBR for A100, and one PBR for T4 + A30


6. Once PR is merged tag commit and start creating release on GitHub
- Paste in Milestone information and Changelog information into release notes
Expand Down