Skip to content

Commit

Permalink
Remove Pytorch 2.0 note (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Apr 18, 2023
1 parent 2c1889f commit 33c0bc4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,3 @@ Triton allows users to pass String input(s)/receive String output(s) using the S
datatype. As a limitation of using List instead of Tensor for String I/O, only for
1-dimensional input(s)/output(s) are supported for I/O of String type.

#### PyTorch 2.0

Currently, the
[PyTorch Backend](https://github.com/triton-inference-server/pytorch_backend)
relies on LibTorch/TorchScript (C++) which has been deprecated from
[PyTorch 2.0](https://pytorch.org/get-started/pytorch-2.0/).

So, users interested in new features introduced in PyTorch 2.0 should try the
[Python Backend](https://github.com/triton-inference-server/python_backend)
route instead.

0 comments on commit 33c0bc4

Please sign in to comment.