Skip to content

Commit 60d9d86

Browse files
authored
Replace link to torchtext docs with torchcodec
TorchText has been deprecated and un-maintained for years now, so it shouldn't be prominently exposed. This PR proposes to replace the link to torchtext with a link to torchcodec, which is much more relevant for users.
1 parent fad5895 commit 60d9d86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pytorch-domains.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ <h4>tensordict</h4>
8989
</a>
9090
</div>
9191
<div class="col-sm-5 domain-card">
92-
<a href="https://pytorch.org/text/stable/index.html">
93-
<h4>torchtext</h4>
94-
<p>This library is part of the PyTorch project. PyTorch is an open source machine learning framework. The torchtext package consists of data processing utilities and popular datasets for natural language.
92+
<a href="https://pytorch.org/torchcodec/stable/index.html">
93+
<h4>TorchCodec</h4>
94+
<p>TorchCodec is a media decoding and encoding library for PyTorch. It exposes fast and easy-to-use decoders for video and audio data.
9595
</p>
9696
</a>
9797
</div>

0 commit comments

Comments
 (0)