Skip to content

Replace link to torchtext docs with torchcodec #2030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pytorch-domains.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ <h4>tensordict</h4>
</a>
</div>
<div class="col-sm-5 domain-card">
<a href="https://pytorch.org/text/stable/index.html">
<h4>torchtext</h4>
<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.
<a href="https://pytorch.org/torchcodec/stable/index.html">
<h4>TorchCodec</h4>
<p>TorchCodec is a media decoding and encoding library for PyTorch. It exposes fast and easy-to-use decoders for video and audio data.
</p>
</a>
</div>
Expand Down