Update trtexec
Browse files
trtexec
CHANGED
@@ -5,5 +5,5 @@ trtexec \
|
|
5 |
--maxShapes=input_ids:32x128,attention_mask:32x128 \
|
6 |
--saveEngine=model.plan \
|
7 |
--shapes=input_ids:8x128,attention_mask:8x128 \
|
8 |
-
--inputIOFormats="
|
9 |
--onnx=model.onnx
|
|
|
5 |
--maxShapes=input_ids:32x128,attention_mask:32x128 \
|
6 |
--saveEngine=model.plan \
|
7 |
--shapes=input_ids:8x128,attention_mask:8x128 \
|
8 |
+
--inputIOFormats="int64:chw,int64:chw" \
|
9 |
--onnx=model.onnx
|