Skip to content

Commit fc91b89

Browse files
authored
Update RELEASE_CHECKLIST.md
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 17c346c commit fc91b89

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docsrc/RELEASE_CHECKLIST.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,22 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
3838
5. Run performance tests:
3939
- Models:
4040
- Torchbench BERT
41+
- `[2, 128], [2, 128]`
4142
- EfficientNet B0
43+
- `[3, 224, 224]`
44+
- `[3, 1920, 1080]` (P2)
4245
- ViT
46+
- `[3, 224, 224]`
47+
- `[3, 1920, 1080]` (P2)
4348
- ResNet50 (v1.5 ?)
49+
- `[3, 224, 224]`
50+
- `[3, 1920, 1080]` (P2)
4451
- Batch Sizes: 1, 4, 8, 16, 32
4552
- Frameworks: PyTorch, TRTorch, ONNX + TRT
4653
- If any models do not convert to ONNX / TRT, that is fine. Mark them as failling / no result
4754
- Devices:
4855
- A100 (P0)
49-
- T4 is a nice to have (P2)
56+
- T4 is a nice to have (P2) (Add batch sizes 64, 128, 256, 512, 1024 if so)
5057
- Jetson also nice to have (P4)
5158

5259
6. Once PR is merged tag commit and start creating release on GitHub

0 commit comments

Comments
 (0)