Skip to content

Commit c3356e5

Browse files
authored
Update version.txt to 0.10.0a0 (#1096)
1 parent 7bc569a commit c3356e5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# TorchCodec
44

55
TorchCodec 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
88
into the PyTorch ecosystem. If you want to use PyTorch to train ML models on
99
videos 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` |

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0a0
1+
0.10.0a0

0 commit comments

Comments
 (0)