File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Start by installing the **nightly** build of PyTorch following the
3030Then, the easiest way to install the rest of the dependencies is to run:
3131
3232``` bash
33- conda install cmake pkg-config pybind11 " ffmpeg<9 " -c conda-forge
33+ conda install cmake pkg-config pybind11 " ffmpeg" -c conda-forge
3434```
3535
3636### Clone and build
Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ ffmpeg -f lavfi -i \
114114 easy way to install it is to use ` conda ` :
115115
116116 ``` bash
117- conda install " ffmpeg<9 "
117+ conda install " ffmpeg"
118118 # or
119- conda install " ffmpeg<9 " -c conda-forge
119+ conda install " ffmpeg" -c conda-forge
120120 ```
121121
1221223 . Install TorchCodec:
@@ -154,9 +154,9 @@ format you want. Refer to Nvidia's GPU support matrix for more details
154154 easy way to install it is to use ` conda ` :
155155
156156 ``` bash
157- conda install " ffmpeg<9 "
157+ conda install " ffmpeg"
158158 # or
159- conda install " ffmpeg<9 " -c conda-forge
159+ conda install " ffmpeg" -c conda-forge
160160 ```
161161
162162 After installing FFmpeg make sure it has NVDEC support when you list the supported
You can’t perform that action at this time.
0 commit comments