Skip to content

Commit 7276ac5

Browse files
authored
Update README.md
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent c54ed13 commit 7276ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ compile_settings = {
4747
# For static size shape=[1, 3, 224, 224]
4848
dtype=torch.half, # Datatype of input tensor. Allowed options torch.(float|half|int8|int32|bool)
4949
)],
50-
"enabled_precision": {torch.half}, # Run with FP16
50+
"enabled_precisions": {torch.half}, # Run with FP16
5151
}
5252
5353
trt_ts_module = trtorch.compile(torch_script_module, compile_settings)

0 commit comments

Comments
 (0)