File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33# TorchCodec
44
55TorchCodec is a Python library for decoding video and audio data into PyTorch
6- tensors, on CPU and CUDA GPU. It also supports audio encoding, and video
7- encoding will come soon! It aims to be fast, easy to use, and well integrated
6+ tensors, on CPU and CUDA GPU. It also supports video and audio encoding on CPU!
7+ It aims to be fast, easy to use, and well integrated
88into the PyTorch ecosystem. If you want to use PyTorch to train ML models on
99videos and audio, TorchCodec is how you turn these into data.
1010
@@ -130,7 +130,8 @@ The following table indicates the compatibility between versions of
130130
131131| ` torchcodec ` | ` torch ` | Python |
132132| ------------------ | ------------------ | ------------------- |
133- | ` main ` / ` nightly ` | ` main ` / ` nightly ` | ` >=3.10 ` , ` <=3.13 ` |
133+ | ` main ` / ` nightly ` | ` main ` / ` nightly ` | ` >=3.10 ` , ` <=3.14 ` |
134+ | ` 0.9 ` | ` 2.9 ` | ` >=3.10 ` , ` <=3.14 ` |
134135| ` 0.8 ` | ` 2.9 ` | ` >=3.10 ` , ` <=3.13 ` |
135136| ` 0.7 ` | ` 2.8 ` | ` >=3.9 ` , ` <=3.13 ` |
136137| ` 0.6 ` | ` 2.8 ` | ` >=3.9 ` , ` <=3.13 ` |
Original file line number Diff line number Diff line change 1- 0.9 .0a0
1+ 0.10 .0a0
You can’t perform that action at this time.
0 commit comments