nbroad HF staff commited on
Commit
27c0060
1 Parent(s): a9bd94d

Update trtexec

Browse files
Files changed (1) hide show
  1. trtexec +1 -1
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="int32:chw,int32:chw" \
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