Skip to content

Commit f85fbab

Browse files
authored
fix typo (#81)
1 parent 935f4a5 commit f85fbab

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
@@ -220,6 +220,6 @@ complex execution modes and dynamic shapes. If not specified, all are enabled by
220220

221221
* PyTorch does not support Tensor of Strings but it does support models that accept
222222
a List of Strings as input(s) / produces a List of String as output(s). For these models
223-
Triton allows users to pass String input(s)/recieve String output(s) using the String
223+
Triton allows users to pass String input(s)/receive String output(s) using the String
224224
datatype. As a limitation of using List instead of Tensor for String I/O, only for
225225
1-dimensional input(s)/output(s) are supported for I/O of String type.

0 commit comments

Comments
 (0)