Skip to content

Remove TorchArrow; add TorchCodec #2028

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

Open
wants to merge 2 commits into
base: site
Choose a base branch
from
Open
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 @@ -40,9 +40,9 @@ <h4>torchvision</h4>
</a>
</div>
<div class="col-sm-5 domain-card">
<a href="https://pytorch.org/torcharrow/beta/index.html">
<h4>torcharrow</h4>
<p>TorchArrow is a torch.Tensor-like Python DataFrame library for data preprocessing in deep learning. It supports multiple execution runtimes and Arrow as a common format.
<a href="https://pytorch.org/torchcodec/">
<h4>TorchCodec</h4>
<p>A PyTorch library for fast media decoding and encoding. When running PyTorch models on audio and video, torchcodec is our recommended way to turn audio and video files into data your model can use.
</p>
</a>
</div>
Expand Down