Conversation
Zcchill
force-pushed
the
benchmark/mps-h20-baseline
branch
from
September 18, 2026 18:17
b4050f8 to
25a216e
Compare
Zcchill
force-pushed
the
benchmark/mps-h20-baseline
branch
from
September 19, 2026 19:22
25a216e to
f6ab516
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
Zcchill
force-pushed
the
benchmark/mps-h20-baseline
branch
from
September 19, 2026 19:37
f6ab516 to
13846a8
Compare
Drop the extra benchmark docs tree and empty env stub. Point the repro YAMLs at clip/pickscore requirements and leave numbers in the PR. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep NaN failures, score capture, and batch/repetition sweeps. Remove environment probes, GPU sampling, and experiment-label flags. Co-authored-by: Cursor <cursoragent@cursor.com>
NaN/score handling and optional batch-sweep/JSON wrap the existing isolated/sweep/else paths instead of replacing them. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Ran the checked-in recipe on one B300 (driver 580.105, torch 2.14+cu130, transformers 4.57.6), same sweep, 1620/1620 valid in every mode:
GPUs sit at 12% busy in the dedicated layout, so this panel is CPU/HTTP-bound here and colocation is nearly free; the H20 numbers are a GPU-bound regime. Worth stating which regime applies before quoting the multiplier. Two things to flag before the next rerun:
Also: the PR body still cites the consolidated arm, 81 parity checks and atol 1e-3, but that tooling and the report file were removed in the last two pushes. |
Match the existing scripts/test_videoalign.py layout instead of introducing a tests/ directory that main does not have. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
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.
Summary
repetitions, score capture, and a compact JSON summary
configs/This is the benchmark/qualification slice of #463. It does not add production
MPS lifecycle or scheduling behavior. Generated result JSON is not committed.
H20 qualification
Fresh rerun on
unirl-v4-8-gpus-gz-0920(UniRL v4 image): NVIDIA H20 96 GB,driver 535.247.01; Python 3.12.11; Ray 2.46.0; Torch 2.7.1; Transformers
4.56.0.dev0. Each mode ran CLIP and PickScore at batch sizes 1/4/8 and
concurrency 1/4/16 for 1,620 requests (7,020 items). Mean items/s is the
average of the 27 runs.
+20.1% mean rewards/GPU-hour over dedicated
throughput over fractional no-MPS and +41.7% mean rewards/GPU-hour over
dedicated
mean rewards/GPU-hour over dedicated
passed at
atol=1e-3; including consolidated, the maximum absolute scoredelta was
4.56e-4Active-thread limit finding
CUDA_MPS_ACTIVE_THREAD_PERCENTAGE=50produced non-finite FP16 CLIP scores onthis H20/driver stack, while PickScore FP16 and both scorers in FP32 remained
finite. FP16 CLIP and PickScore both passed at 100%. This report therefore
qualifies the tested recipe only at 100%.
Validation
unirl-v4-8-gpus-gz-0920: 6,480/6,480requests valid
PYTHONPATH=. python3 -m pytest tests/test_bench_concurrent.py -q(2 passed)load_configgit diff --check