Skip to content

chore(deps): bump datasets from 4.7.0 to 4.8.4 in /cmd/runtimes/deepspeed#3384

Merged
google-oss-prow[bot] merged 1 commit intomasterfrom
dependabot/pip/cmd/runtimes/deepspeed/datasets-4.8.4
Apr 21, 2026
Merged

chore(deps): bump datasets from 4.7.0 to 4.8.4 in /cmd/runtimes/deepspeed#3384
google-oss-prow[bot] merged 1 commit intomasterfrom
dependabot/pip/cmd/runtimes/deepspeed/datasets-4.8.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps datasets from 4.7.0 to 4.8.4.

Release notes

Sourced from datasets's releases.

4.8.4

What's Changed

Full Changelog: huggingface/datasets@4.8.3...4.8.4

4.8.3

What's Changed

Full Changelog: huggingface/datasets@4.8.2...4.8.3

4.8.2

What's Changed

Full Changelog: huggingface/datasets@4.8.1...4.8.2

4.8.1

What's Changed

Full Changelog: huggingface/datasets@4.8.0...4.8.1

4.8.0

Dataset Features

  • Read (and write) from HF Storage Buckets: load raw data, process and save to Dataset Repos by @​lhoestq in huggingface/datasets#8064

    from datasets import load_dataset
    # load raw data from a Storage Bucket on HF
    ds = load_dataset("buckets/username/data-bucket", data_files=["*.jsonl"])
    # or manually, using hf:// paths
    ds = load_dataset("json", data_files=["hf://buckets/username/data-bucket/*.jsonl"])
    # process, filter
    ds = ds.map(...).filter(...)
    # publish the AI-ready dataset
    ds.push_to_hub("username/my-dataset-ready-for-training")

    This also fixes multiprocessed push_to_hub on macos that was causing segfault (now it uses spawn instead of fork). And it bumps dill and multiprocess versions to support python 3.14

  • Datasets streaming iterable packaged improvements and fixes by @​Michael-RDev in huggingface/datasets#8068

    • added max_shard_size to IterableDataset.push_to_hub (but requires iterating twice to know the full dataset twice - improvements are welcome)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 23, 2026
Copilot AI review requested due to automatic review settings March 23, 2026 23:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 23, 2026
@dependabot dependabot Bot review requested due to automatic review settings March 23, 2026 23:37
@github-actions
Copy link
Copy Markdown

🎉 Welcome to the Kubeflow Trainer! 🎉

Thanks for opening your first PR! We're happy to have you as part of our community 🚀

Here's what happens next:

  • If you haven't already, please check out our Contributing Guide for repo-specific guidelines and the Kubeflow Contributor Guide for general community standards.
  • Our team will review your PR soon! cc @kubeflow/kubeflow-trainer-team

Join the community:

Feel free to ask questions in the comments if you need any help or clarification!
Thanks again for contributing to Kubeflow! 🙏

Copilot AI review requested due to automatic review settings April 3, 2026 18:15
@dependabot dependabot Bot force-pushed the dependabot/pip/cmd/runtimes/deepspeed/datasets-4.8.4 branch from 2dc8bdf to 6afb0d6 Compare April 3, 2026 18:15
@dependabot dependabot Bot review requested due to automatic review settings April 3, 2026 18:15
Bumps [datasets](https://github.com/huggingface/datasets) from 4.7.0 to 4.8.4.
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@4.7.0...4.8.4)

---
updated-dependencies:
- dependency-name: datasets
  dependency-version: 4.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings April 14, 2026 07:45
@dependabot dependabot Bot force-pushed the dependabot/pip/cmd/runtimes/deepspeed/datasets-4.8.4 branch from 6afb0d6 to 24f663e Compare April 14, 2026 07:45
@dependabot dependabot Bot review requested due to automatic review settings April 14, 2026 07:45
Copy link
Copy Markdown
Member

@tenzen-y tenzen-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@google-oss-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tenzen-y

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow Bot merged commit af198f3 into master Apr 21, 2026
36 of 39 checks passed
@google-oss-prow google-oss-prow Bot deleted the dependabot/pip/cmd/runtimes/deepspeed/datasets-4.8.4 branch April 21, 2026 02:22
@google-oss-prow google-oss-prow Bot added this to the v2.3 milestone Apr 21, 2026
Goku2099 pushed a commit to Goku2099/trainer that referenced this pull request Apr 25, 2026
…peed (kubeflow#3384)

Bumps [datasets](https://github.com/huggingface/datasets) from 4.7.0 to 4.8.4.
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@4.7.0...4.8.4)

---
updated-dependencies:
- dependency-name: datasets
  dependency-version: 4.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sameer_yadav <159073326+Goku2099@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved dependencies Pull requests that update a dependency file lgtm python Pull requests that update Python code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant