Skip to content

Commit b394e8e

Browse files
Merge branch 'main' into main
2 parents 65707ff + 1752fe6 commit b394e8e

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
@@ -65,17 +65,6 @@ Torchvision currently supports the following image backends:
6565

6666
Read more in in our [docs](https://pytorch.org/vision/stable/transforms.html).
6767

68-
# Using the models on C++
69-
70-
Refer to [example/cpp](https://github.com/pytorch/vision/tree/main/examples/cpp).
71-
72-
**DISCLAIMER**: the `libtorchvision` library includes the torchvision
73-
custom ops as well as most of the C++ torchvision APIs. Those APIs do not come
74-
with any backward-compatibility guarantees and may change from one version to
75-
the next. Only the Python APIs are stable and with backward-compatibility
76-
guarantees. So, if you need stability within a C++ environment, your best bet is
77-
to export the Python APIs via torchscript.
78-
7968
## Documentation
8069

8170
You can find the API documentation on the pytorch website: <https://pytorch.org/vision/stable/index.html>

0 commit comments

Comments
 (0)