Skip to content

progress bar optional manual control#8021

Open
AnkitAhlawat7742 wants to merge 3 commits intohuggingface:mainfrom
AnkitAhlawat7742:feat/7939-progress_bar_option
Open

progress bar optional manual control#8021
AnkitAhlawat7742 wants to merge 3 commits intohuggingface:mainfrom
AnkitAhlawat7742:feat/7939-progress_bar_option

Conversation

@AnkitAhlawat7742
Copy link
Contributor

Fix: #7939

Summary

The default behavior for the progress bar has been adjusted based on dataset size. It remains enabled for small datasets and is automatically disabled for larger datasets to improve performance. Users retain full control and can explicitly enable or disable the progress bar using the progress_bar parameter.

Changes

Modified the logic to disable the progress bar when the number of files exceeds 16.

@AnkitAhlawat7742
Copy link
Contributor Author

Hi @lhoestq ,
Can you please trigger the CI CD pipeline ?

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@AnkitAhlawat7742
Copy link
Contributor Author

@lhoestq I have applied the required Ruff formatting changes in the load.py file.
Could you please trigger the CI/CD pipeline again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

datasets.load_from_disk progress bar optional manual control

2 participants