Skip to content

[ray-update-2.56.0] Update audio-dataset-curation-llm-judge to Ray 2.56.0 - #896

Merged
Aydin-ab merged 3 commits into
mainfrom
cursor/template-ray-version-93d3
Jul 9, 2026
Merged

[ray-update-2.56.0] Update audio-dataset-curation-llm-judge to Ray 2.56.0#896
Aydin-ab merged 3 commits into
mainfrom
cursor/template-ray-version-93d3

Conversation

@cursor

@cursor cursor Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Bump audio-dataset-curation-llm-judge to Ray 2.56.0.

Changes

  • BUILD.yaml: cluster_env.image_uri anyscale/ray-llm:2.55.1-py311-cu128anyscale/ray-llm:2.56.0-py312-cu130 (blessed rayllm 2.56.0 combo — forced py311→py312 + cu128→cu130 jump; anyscale/ray-llm:2.56.0-py311-cu128 is not published).
  • dependencies/template.depsets.yaml: repointed this template's expand entry's build_arg_sets ray2551_py311_cu128ray2560_py312_cu130, and aligned its extra pytorch index cu128cu130.
  • templates/audio-dataset-curation-llm-judge/python_depset.lock: recompiled via ./update_deps.sh --name audio_dataset_curation_llm_judge_depset_2.56.0_3.12_cu130 (only the --extra-index-url header shifts to cu130; pinned deps unchanged).
  • templates/audio-dataset-curation-llm-judge/requirements.txt: refreshed the numpy-pin comment to the new base tag.
  • templates/audio-dataset-curation-llm-judge/README.ipynb (+ regenerated README.md): fix Decoder.__call__ for the newer transformers Whisper tokenizer. batch_format="pandas" makes batch.pop("token_ids") a Series of numpy arrays; recent WhisperTokenizer._strip_prompt now runs plain-Python truthiness checks (if not token_ids:, if has_prompt:), both of which raise ValueError: The truth value of a Series/array is ambiguous. Hand the tokenizer plain nested Python lists: token_ids = [ids.tolist() for ids in batch.pop("token_ids")].

Fix iterations

Tests / validation

  • Local: pre-commit run --all-files — passed.
  • CI: Buildkite template-test build #510 — passed (~10 min).

Publish

BUILDKITE_API_TOKEN here lacks write_builds scope — a tmpl-publish build cannot be triggered from this run. After merge, a reviewer should trigger it manually per .claude/skills/template/references/publish-to-backend.md:

Co-authored-by: Aydin Abiar <Aydin-ab@users.noreply.github.com>
@svc-template-updater svc-template-updater added ray-update updating template to a new ray version cursor-cloud Generated by Cursor Cloud agents labels Jul 9, 2026
@svc-template-updater

Copy link
Copy Markdown
Contributor

/test-template audio-dataset-curation-llm-judge

…ecode

Co-authored-by: Aydin Abiar <Aydin-ab@users.noreply.github.com>
@svc-template-updater

Copy link
Copy Markdown
Contributor

/test-template audio-dataset-curation-llm-judge

Co-authored-by: Aydin Abiar <Aydin-ab@users.noreply.github.com>
@svc-template-updater

Copy link
Copy Markdown
Contributor

/test-template audio-dataset-curation-llm-judge

@svc-template-updater
svc-template-updater marked this pull request as ready for review July 9, 2026 07:32
@svc-template-updater
svc-template-updater requested a review from a team as a code owner July 9, 2026 07:32
@Aydin-ab
Aydin-ab merged commit 1ab47e5 into main Jul 9, 2026
5 checks passed
@Aydin-ab
Aydin-ab deleted the cursor/template-ray-version-93d3 branch July 9, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cursor-cloud Generated by Cursor Cloud agents ray-update updating template to a new ray version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants