Younghwan Na's picture
3

Younghwan Na

yhna
Β·

AI & ML interests

None yet

Recent Activity

Organizations

None yet

yhna's activity

replied to victor's post about 2 months ago
view reply

For Accelerate, even though save_state is a powerful feature, it can be limiting for users with custom serialization workflows. Extending get_state_dict to support not just models but also optimizers, schedulers, and RNG states would provide more flexibility. Additionally, introducing a load_from_state_dict method to load these components from user-defined dictionaries would make the library more adaptable and user-friendly.

Thank you for all your hard work!

https://discuss.huggingface.co/t/proposal-to-enhance-get-state-dict-and-introduce-load-from-state-dict-for-greater-flexibility/126951

replied to victor's post about 2 months ago
replied to victor's post about 2 months ago
view reply

One improvement I’d like to suggest is regarding the naming of the notebook_launcher function in the Hugging Face Accelerate library. While the name is descriptive of its compatibility with Jupyter Notebooks, it might unintentionally limit its discoverability and perceived scope.
The function is actually a versatile tool for spawning distributed training processes programmatically within Python, making it similar in purpose to the Accelerate CLI but in a function-based format. However, because β€œnotebook” is in the name, new users (myself included) might assume it’s restricted to Jupyter Notebook environments.
To better reflect its broader utility, I propose renaming it to something more general, such as accelerate_launcher or distributed_launcher.

https://discuss.huggingface.co/t/proposal-to-rename-notebook-launcher-for-broader-accessibility-and-clarity/126816

reacted to victor's post with πŸ”₯ about 2 months ago
view post
Post
5605
πŸ™‹ Calling all Hugging Face users! We want to hear from YOU!

What feature or improvement would make the biggest impact on Hugging Face?

Whether it's the Hub, better documentation, new integrations, or something completely different – we're all ears!

Your feedback shapes the future of Hugging Face. Drop your ideas in the comments below! πŸ‘‡
Β·