Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
embedded audio track from that same file when ``use_audio_in_video=true``.

Example:
python scripts/convert_video_r1_260k_to_unirl.py \
python datasets/daily_omni_av/convert_daily_omni_dataset_format_to_unirl.py \
--train-input /path/to/daily_omni_av_train.jsonl \
--val-input /path/to/daily_omni_av_val.jsonl \
--out-dir datasets/daily_omni_av
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

Missing videos are skipped unless ``--keep-missing`` is set. Example::

python scripts/convert_video_r1_260k_to_unirl.py \
python datasets/video_r1_260k/convert_video_r1_260k_to_unirl.py \
--data-root /path/to/Video-R1-data \
--out-dir /path/to/output/video_r1_260k \
--out-dir datasets/video_r1_260k \
--sources CLEVRER,STAR,NeXT-QA,PerceptionTest \
--max-total 20000 --val-count 200
"""
Expand Down
67 changes: 0 additions & 67 deletions scripts/ep_verify/measure_ep_load.py

This file was deleted.

86 changes: 0 additions & 86 deletions scripts/ep_verify/qwen3_moe_layout_roundtrip.py

This file was deleted.

187 changes: 0 additions & 187 deletions scripts/ep_verify/unirl_ep_backend_real.py

This file was deleted.

Loading
Loading