Skip to content

Commit ba451d1

Browse files
authored
mention av in video docs (#7523)
1 parent a325ae3 commit ba451d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/video_load.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Video datasets have [`Video`] type columns, which contain `torchvision` objects.
1010

1111
<Tip>
1212

13-
To work with video datasets, you need to have the `torchvision` package installed. Check out the [installation](https://github.com/pytorch/vision#installation) guide to learn how to install it.
13+
To work with video datasets, you need to have the `torchvision` and `av` packages installed. Check out the [installation](https://github.com/pytorch/vision#installation) guide to learn how to install them.
1414

1515
</Tip>
1616

0 commit comments

Comments
 (0)