Open
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/rl/3541
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Cancelled Jobs, 7 Unrelated FailuresAs of commit dfd76ce with merge base 491ed0f ( NEW FAILURE - The following job has failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
torchcodec's setup.py requires this env var when building a wheel to handle FFmpeg bundling. Without it, the build fails with a ValueError about license confirmation. Made-with: Cursor
- Remove torchcodec from main pip install list since it's now handled by the dedicated source/release install block below. - Export BUILD_AGAINST_ALL_FFMPEG_FROM_S3 so the env var propagates through the uv_pip_install shell function to the build subprocess. Made-with: Cursor
CMake's FindPython3 can't locate Python include headers in uv's standalone Python installation. Setting Python3_ROOT_DIR to the base prefix lets CMake find the development files. Made-with: Cursor
- Convert video frames to uint8 in _write_video before passing to VideoEncoder, which requires uint8 input. - Update MLFlow test_log_video to use torchcodec VideoDecoder for read-back verification when available. - Install torchcodec in docs build environment to fix sphinx gallery failures when torchvision >= 0.22. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.