-
Notifications
You must be signed in to change notification settings - Fork 31.9k
🚨🚨🚨 [Refactor] Move third-party related utility files into integrations/ folder 🚨🚨🚨
#25599
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
Merged
younesbelkada
merged 39 commits into
huggingface:main
from
younesbelkada:move-integrations
Aug 25, 2023
Merged
Changes from 33 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
b04903b
move deepspeed to `lib_integrations.deepspeed`
younesbelkada 9453fa2
more refactor
younesbelkada 7c0b4bb
oops
younesbelkada 582fbde
fix slow tests
younesbelkada 190b83f
Fix docs
younesbelkada 026f53c
fix docs
younesbelkada b30adec
addess feedback
younesbelkada f8afb0a
address feedback
younesbelkada de497d4
final modifs for PEFT
younesbelkada b2e1672
Merge remote-tracking branch 'upstream/main' into move-integrations
younesbelkada e4e245b
fixup
younesbelkada 5668474
Merge branch 'main' into move-integrations
younesbelkada f4d8c83
ok now
younesbelkada bc7a6ae
Merge branch 'move-integrations' of https://github.com/younesbelkada/…
younesbelkada c80cfd1
trigger CI
younesbelkada 656c411
trigger CI again
younesbelkada 80d2775
Update docs/source/en/main_classes/deepspeed.md
younesbelkada 7cc7cbb
import from `integrations`
younesbelkada b4c4cf7
address feedback
younesbelkada bd95ee2
revert removal of `deepspeed` module
younesbelkada 615ac14
revert removal of `deepspeed` module
younesbelkada b8fcf61
fix conflicts
younesbelkada be38218
ooops
younesbelkada 310ceb1
oops
younesbelkada bb0a025
Merge remote-tracking branch 'upstream/main' into move-integrations
younesbelkada b756ace
add deprecation warning
younesbelkada 080fc2f
place it on the top
younesbelkada d50051a
put `FutureWarning`
younesbelkada 72fd103
fix conflicts with not_doctested.txt
younesbelkada 5773b33
add back `bitsandbytes` module with a depr warning
younesbelkada 8ace6bd
fix
younesbelkada 10d3b77
Merge remote-tracking branch 'upstream/main' into move-integrations
younesbelkada 7b6098c
fix
younesbelkada 89f4ebd
fixup
younesbelkada 3107a96
oops
younesbelkada fa451d4
fix doctests
younesbelkada 33412d3
Merge branch 'main' into move-integrations
younesbelkada 4b4c681
Merge remote-tracking branch 'upstream/main' into move-integrations
younesbelkada 10d6e18
Merge remote-tracking branch 'upstream/main' into move-integrations
younesbelkada File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
Missing an
integrationskey here.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.
That key is already defined above: https://github.com/younesbelkada/transformers/blob/move-integrations/src/transformers/__init__.py#L108