Open
Conversation
Bumps [datasets](https://github.com/huggingface/datasets) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@4.5.0...4.6.0) --- updated-dependencies: - dependency-name: datasets dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: AlexanderDokuchaev <48012821+AlexanderDokuchaev@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Bump datasets from 4.5.0 to 4.6.0
Bump datasets from 4.5.0 to 4.6.0
Feb 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the datasets library dependency from version 4.5.0 to 4.6.0 across all requirements and constraints files in the repository. This is a pure dependency version bump with no code changes, ensuring consistent usage of the datasets library across all LLM compression examples and test configurations.
Changes:
- Bump
datasetsfrom 4.5.0 to 4.6.0 inconstraints.txt - Update
datasetsversion to 4.6.0 in 6 example requirements files across torch_fx, openvino, and onnx directories
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| constraints.txt | Updated central version constraint for datasets from 4.5.0 to 4.6.0 |
| examples/llm_compression/torch_fx/tiny_llama/requirements.txt | Updated datasets version for torch_fx tiny_llama example |
| examples/llm_compression/openvino/tiny_llama/requirements.txt | Updated datasets version for openvino tiny_llama example |
| examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt | Updated datasets version for openvino tiny_llama_synthetic_data example |
| examples/llm_compression/openvino/smollm2_360m_adaptive_codebook/requirements.txt | Updated datasets version for openvino smollm2_360m_adaptive_codebook example |
| examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt | Updated datasets version for openvino smollm2_360m_fp8 example |
| examples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txt | Updated datasets version for onnx tiny_llama_scale_estimation example |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
AlexanderDokuchaev
approved these changes
Feb 26, 2026
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.
Changes
Bump
datasetsfrom4.5.0to4.6.0across allrequirements.txtandconstraints.txtfiles:constraints.txtexamples/llm_compression/torch_fx/tiny_llama/requirements.txtexamples/llm_compression/openvino/tiny_llama/requirements.txtexamples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txtexamples/llm_compression/openvino/smollm2_360m_adaptive_codebook/requirements.txtexamples/llm_compression/openvino/smollm2_360m_fp8/requirements.txtexamples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txtReason for changes
Keep
datasetsdependency consistent and up-to-date at4.6.0across all example and test requirement files.Related tickets
N/A
Tests
No logic changes — version pin update only.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.