Skip to content

Commit 33c0bc4

Browse files
authored
Remove Pytorch 2.0 note (#101)
1 parent 2c1889f commit 33c0bc4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,3 @@ Triton allows users to pass String input(s)/receive String output(s) using the S
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.
226226

227-
#### PyTorch 2.0
228-
229-
Currently, the
230-
[PyTorch Backend](https://github.com/triton-inference-server/pytorch_backend)
231-
relies on LibTorch/TorchScript (C++) which has been deprecated from
232-
[PyTorch 2.0](https://pytorch.org/get-started/pytorch-2.0/).
233-
234-
So, users interested in new features introduced in PyTorch 2.0 should try the
235-
[Python Backend](https://github.com/triton-inference-server/python_backend)
236-
route instead.
237-

0 commit comments

Comments
 (0)