Skip to content

Commit 66c78c2

Browse files
authored
Remove 'unstable API' notice from README (#685)
1 parent a3867d1 commit 66c78c2

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ We achieve these capabilities through:
1818
* Returning data as PyTorch tensors, ready to be fed into PyTorch transforms
1919
or used directly to train models.
2020

21-
> [!NOTE]
22-
> ⚠️ TorchCodec is still in development stage and some APIs may be updated
23-
> in future versions, depending on user feedback.
24-
> If you have any suggestions or issues, please let us know by
25-
> [opening an issue](https://github.com/pytorch/torchcodec/issues/new/choose)!
26-
2721
## Using TorchCodec
2822

2923
Here's a condensed summary of what you can do with TorchCodec. For more detailed

docs/source/index.rst

-7
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ We achieve these capabilities through:
6767

6868
How to sample regular and random clips from a video
6969

70-
.. note::
71-
72-
TorchCodec is still in development stage and we are actively seeking
73-
feedback. If you have any suggestions or issues, please let us know by
74-
`opening an issue <https://github.com/pytorch/torchcodec/issues/new/choose>`_
75-
on our `GitHub repository <https://github.com/pytorch/torchcodec/>`_.
76-
7770
.. toctree::
7871
:maxdepth: 1
7972
:caption: TorchCodec documentation

0 commit comments

Comments
 (0)