-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): service add HuggingFace file system #3670
feat(core): service add HuggingFace file system #3670
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! I'm @Wauplin, maintainer of huggingface_hub
-the Python client library for the Hugging Face Hub-. This is a very cool integration! I quickly had a look and added a few high-level comments about the existing huggingface ecosystem (to better align the naming conventions).
I also wanted to point you to https://github.com/huggingface/hf-hub which is the rust client to interact with the Hub. Though it's not as complete as the Python equivalent, it already has support for most file read/write use cases -including compatibility with the HF cache system- . It would be good to check what's there to avoid duplicating logic across libraries. cc @Narsil who worked on this
Thank you for the advice, |
Fair enough @Xuanwo! I just wanted to make sure you know about it :) |
You are so nice! And thanks for the review. ❤️ |
(It appears that I am unable to reply in that review block, so I'll respond here.) |
Yes, there is an on-going effort to refactor them one by one: #3240 |
I believe there might be a misunderstanding. After checking the refactoring progress list and the pull request code, it appears that |
Seems etcd missed this part, we need to fix it, tracked at #3702
Enjoy your trip! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I have setup a repo at https://huggingface.co/datasets/opendal/huggingface-testdata Would you like to add a behaivor test for this? |
Yes, I'd love to work on that. |
Description
close: #3605
Addition Note
message.rs
, I'm unsure whether we should drop unused fields or add#[allow(dead_code)]
to disable warnings.