File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 32
32
run : python -m pip install --upgrade pip
33
33
- name : Install dependencies and FFmpeg
34
34
run : |
35
- # TODO: torchvision and torchaudio shouldn't be needed. They were only added
36
- # to silence an error as seen in https://github.com/pytorch/torchcodec/issues/203
37
35
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
38
- conda install "ffmpeg=7.0.1" pkg-config -c conda-forge
36
+ python -m pip install decord matplotlib pandas numpy
37
+ conda install ffmpeg pkg-config -c conda-forge
39
38
ffmpeg -version
40
39
- name : Build and install torchcodec
41
40
run : |
46
45
- name : TEST README data geeneration benchmark
47
46
run : |
48
47
python benchmarks/decoders/generate_readme_data.py --test_run
49
-
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def main() -> None:
58
58
patterns = ["mandelbrot" ]
59
59
fpses = [30 ]
60
60
gop_sizes = [20 ]
61
- durations = [10 ] # if this goes too low, we hit EOF errors in some decoders
61
+ durations = [10 ] # if this goes too low, we hit EOF errors in some decoders
62
62
pix_fmts = ["yuv420p" ]
63
63
ffmpeg_path = "ffmpeg"
64
64
min_runtime_seconds = 1
You can’t perform that action at this time.
0 commit comments