-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
python3Packages.accelerate: Bump version 1.0.0 -> 1.1.0 and fix few things #353184
Conversation
Add huggingface-hub to the dependencies, this should fix various import errors. Signed-off-by: Mika Tammi <[email protected]>
Signed-off-by: Mika Tammi <[email protected]>
darwin: Disable some tests, which started failing after enabling MPS in pytorch package. Signed-off-by: Mika Tammi <[email protected]>
Here's log of accelerate tests failing, before I disabled the failing tests: |
Two questions i'm mostly concerned about:
|
|
Ideally yes. You can try re-enabling them all and adding them back only if needed.
Also yes, if the failures are not due to our testing setup (example, no need to report tests that are failing because of lacking internet access). |
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.
LGTM
python3Packages.accelerate
Changelog can be found here: https://github.com/huggingface/accelerate/releases
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Tested some of the basic functionality.
I tested that now running binaries don't give straight ImportError about missing huggingface-hub anymore, but didn't test the functionality otherwise than trying to run binaries does print out --help to the terminal. I'm able to use accelerate in my own Python code whch runs StableDiffusion.
Add a 👍 reaction to pull requests you find important.