-
Couldn't load subscription status.
- Fork 6.5k
purge HF_HUB_ENABLE_HF_TRANSFER; promote Xet #12497
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
Changes from 5 commits
fdd585a
b7613cb
2129146
df04145
25d14e8
708973b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -33,7 +33,7 @@ RUN uv pip install --no-cache-dir "git+https://github.com/huggingface/diffusers. | |||||||||||
| RUN uv pip install --no-cache-dir \ | ||||||||||||
| accelerate \ | ||||||||||||
| numpy==1.26.4 \ | ||||||||||||
| hf_transfer \ | ||||||||||||
| hf_xet \ | ||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's keep the changes in diffusers/.github/workflows/build_docker_images.yml Lines 73 to 77 in f072c64
|
||||||||||||
| setuptools==69.5.1 \ | ||||||||||||
| bitsandbytes \ | ||||||||||||
| torchao \ | ||||||||||||
|
|
||||||||||||
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.
Will there be any problems stemming from this in case a repo isn't Xet-transferred? I am guessing this is currently the case i.e., not all repos have gone through this, yet. In that case, would using
HF_HUB_ENABLE_HF_TRANSFERhave any advantage?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.
good question, all repos on the hub are powered by
xet. HenceHF_HUB_ENABLE_HF_TRANSFERhas no usage whatsoever there