Skip to content

Commit 01ffb5a

Browse files
committed
chore: minor fix
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent fcd75aa commit 01ffb5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cpp/trtorchc/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ trtorchc [input_file_path] [output_file_path]
4545
-p[precision...],
4646
--enabled-precison=[precision...] (Repeatable) Enabling an operating
4747
precision for kernels to use when
48-
building the engine (Int8 requires a
48+
building the engine [ float |
49+
float32 | f32 | half | float16 | f16 |
50+
int8 | i8 ] (default: float)
4951
5052
--ffo,
5153
--forced-fallback-ops List of operators in the graph that
@@ -101,7 +103,6 @@ trtorchc [input_file_path] [output_file_path]
101103
```
102104

103105
e.g.
104-
```
105106

106107
```
107108
trtorchc tests/modules/ssd_traced.jit.pt ssd_trt.ts "[(1,3,300,300); (1,3,512,512); (1, 3, 1024, 1024)]@fp16%contiguous" -p f16

0 commit comments

Comments
 (0)