File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3737 python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
3838 conda install "ffmpeg=7.0.1" pkg-config -c conda-forge
3939 ffmpeg -version
40+ - name : Install benchmark dependencies
41+ run : |
42+ python -m pip install matplotlib pandas numpy
4043 - name : Build and install torchcodec
4144 run : |
4245 python -m pip install -e ".[dev]" --no-build-isolation -vvv
4649 - name : TEST README data geeneration benchmark
4750 run : |
4851 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:
5858 patterns = ["mandelbrot" ]
5959 fpses = [30 ]
6060 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
6262 pix_fmts = ["yuv420p" ]
6363 ffmpeg_path = "ffmpeg"
6464 min_runtime_seconds = 1
You can’t perform that action at this time.
0 commit comments