We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54ed13 commit 7276ac5Copy full SHA for 7276ac5
README.md
@@ -47,7 +47,7 @@ compile_settings = {
47
# For static size shape=[1, 3, 224, 224]
48
dtype=torch.half, # Datatype of input tensor. Allowed options torch.(float|half|int8|int32|bool)
49
)],
50
- "enabled_precision": {torch.half}, # Run with FP16
+ "enabled_precisions": {torch.half}, # Run with FP16
51
}
52
53
trt_ts_module = trtorch.compile(torch_script_module, compile_settings)
0 commit comments