brew install ffmpeg@7Note: The default ffmpeg package (version 8) is not compatible with torchcodec. You need FFmpeg 7.
Set the library path to use FFmpeg 7:
DYLD_LIBRARY_PATH="/opt/homebrew/opt/ffmpeg@7/lib:$DYLD_LIBRARY_PATH" HUGGINGFACE_TOKEN="your_token" uv run run_pytorch/main.pyOr use the wrapper script:
chmod +x run_pytorch/run.sh
HUGGINGFACE_TOKEN="your_token" ./run_pytorch/run.shuv run run_onnx/main.py