| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2025-04-03 | 1 | -0/+9 |
| |\ | |||||
| | * | python312Packages.accelerate: fix tests on darwin•••If MPS devices are present, the library fails to handle the situation properly and fails when running a test case. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> | Ihar Hrachyshka | 2025-04-01 | 1 | -0/+9 |
| * | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-03-26 | 1 | -3/+3 |
| |\| | |||||
| | * | python312Packages.accelerate: 1.3.0 -> 1.5.2•••Diff: https://github.com/huggingface/accelerate/compare/refs/tags/v1.3.0...v1.5.2 Changelog: https://github.com/huggingface/accelerate/releases/tag/v1.5.2 | Gaetan Lepage | 2025-03-25 | 1 | -3/+3 |
| * | | python312Packages.accelerate: skip torch.compile tests for ROCm | Luna Nova | 2025-03-24 | 1 | -1/+2 |
| |/ | |||||
| * | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: pkgs/development/python-modules/diffusers/default.nix | Alyssa Ross | 2025-01-31 | 1 | -8/+8 |
| |\ | |||||
| | * | treewide: use `writableTmpDirAsHomeHook` (#378110) | GaƩtan Lepage | 2025-01-31 | 1 | -8/+8 |
| | |\ | |||||
| | | * | python312Packages.accelerate: use `addBinToPathHook`, use `writableTmpDirAsHo... | Pol Dellaiera | 2025-01-31 | 1 | -8/+8 |
| | * | | python312Packages.accelerate: update skipped tests | Gaetan Lepage | 2025-01-30 | 1 | -3/+4 |
| | |/ | |||||
| * / | python313Packages.accelerate: disable unsupported tests•••and finally migrate to pytest 8. | Martin Weinelt | 2025-01-27 | 1 | -5/+6 |
| |/ | |||||
| * | python312Packages.accelerate: 1.2.1 -> 1.3.0 (#374761)•••https://github.com/huggingface/accelerate/releases/tag/v1.3.0 | R. RyanTM | 2025-01-18 | 1 | -2/+2 |
| * | python312Packages.accelerate: 1.2.0 -> 1.2.1 | R. Ryantm | 2024-12-16 | 1 | -2/+2 |
| * | python312Packages.accelerate: 1.1.0 -> 1.2.0•••Diff: https://github.com/huggingface/accelerate/compare/refs/tags/v1.1.0...v1.2.0 Changelog: https://github.com/huggingface/accelerate/releases/tag/v1.2.0 | Gaetan Lepage | 2024-12-07 | 1 | -4/+4 |
| * | python3Packages.accelerate: disable some tests•••darwin: Disable some tests, which started failing after enabling MPS in pytorch package. Signed-off-by: Mika Tammi <mikatammi@gmail.com> | Mika Tammi | 2024-11-02 | 1 | -0/+25 |
| * | python3Packages.accelerate: 1.0.0 -> 1.1.0•••Signed-off-by: Mika Tammi <mikatammi@gmail.com> | Mika Tammi | 2024-11-02 | 1 | -2/+2 |
| * | python3Packages.accelerate: Add huggingface-hub•••Add huggingface-hub to the dependencies, this should fix various import errors. Signed-off-by: Mika Tammi <mikatammi@gmail.com> | Mika Tammi | 2024-11-02 | 1 | -0/+2 |
| * | python312Packages.accelerate: 0.34.2 -> 1.0.0 | R. Ryantm | 2024-10-09 | 1 | -2/+2 |
| * | treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` | Artturin | 2024-09-25 | 1 | -4/+4 |
| * | python312Packages.accelerate: 0.34.0 -> 0.34.2•••Diff: https://github.com/huggingface/accelerate/compare/refs/tags/v0.34.0...v0.34.2 Changelog: https://github.com/huggingface/accelerate/releases/tag/v0.34.2 | Gaetan Lepage | 2024-09-14 | 1 | -11/+24 |
| * | python312Packages.accelerate: 0.33.0 -> 0.34.0 | R. Ryantm | 2024-09-04 | 1 | -2/+2 |
| * | python312Packages.accelerate: 0.32.0 -> 0.33.0 | R. Ryantm | 2024-08-08 | 1 | -2/+2 |
| * | python312Packages.accelerate: 0.31.0 -> 0.32.0 | R. Ryantm | 2024-07-21 | 1 | -2/+2 |
| * | python3Packages.accelerate: 0.30.0 -> 0.31.0•••https://github.com/huggingface/accelerate/releases/tag/v0.31.0 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python312Packages.accelerate: disable test_dynamo_extract_model | Connor Baker | 2024-05-25 | 1 | -0/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -65/+69 |
| * | python311Packages.accelerate: disable nondeterministic test | Peder Bergebakken Sundt | 2024-05-12 | 1 | -0/+3 |
| * | python311Packages.accelerate: fix darwin tests | Gaetan Lepage | 2024-05-11 | 1 | -0/+7 |
| * | python311Packages.accelerate: 0.29.3 -> 0.30.0•••Diff: https://github.com/huggingface/accelerate/compare/refs/tags/v0.29.3...v0.30.0 Changelog: https://github.com/huggingface/accelerate/releases/tag/v0.30.0 | Gaetan Lepage | 2024-05-10 | 1 | -6/+6 |
| * | python3Packages.accelerate: disable problematic tests on aarch64-linux | seth | 2024-05-09 | 1 | -0/+2 |
| * | python3Packages.accelerate: 0.27.0 -> 0.29.3•••https://github.com/huggingface/accelerate/releases/tag/v0.29.3 | Martin Weinelt | 2024-04-22 | 1 | -2/+7 |
| * | python311Packages.pytest7CheckHook: init•••and migrate existing overrides. | Martin Weinelt | 2024-03-26 | 1 | -3/+2 |
| * | python3Packages.accelerate: 0.26.1 -> 0.27.0•••https://github.com/huggingface/accelerate/releases/tag/v0.27.0 | Martin Weinelt | 2024-03-12 | 1 | -3/+4 |
| * | python311Packages.accelerate: make cudatoolkit usage conditional•••Closes: #290035 | Martin Weinelt | 2024-02-20 | 1 | -2/+4 |
| * | python311Packages.accelerate: fix build on linux | Martin Weinelt | 2024-02-16 | 1 | -2/+5 |
| * | python311Packages.accelerate: 0.25.0 -> 0.26.1 | R. Ryantm | 2024-01-13 | 1 | -2/+2 |
| * | python311Packages.accelerate: 0.24.1 -> 0.25.0 | Ben Darwin | 2023-12-28 | 1 | -15/+6 |
| * | Merge pull request #265566 from natsukium/accelerate/fix-darwin•••python311Packages.accelerate: fix build when torch.distributed is disabled | OTABI Tomoya | 2023-11-10 | 1 | -0/+10 |
| |\ | |||||
| | * | python311Packages.accelerate: fix build when torch.distributed is disabled | natsukium | 2023-11-05 | 1 | -0/+10 |
| * | | python310Packages.accelerate: 0.23.0 -> 0.24.1 | R. Ryantm | 2023-11-03 | 1 | -2/+2 |
| |/ | |||||
| * | python3Packages.accelerate: 0.21.0 -> 0.23.0 | Martin Weinelt | 2023-09-27 | 1 | -12/+15 |
| * | python310Packages.accelerate: 0.19.0 -> 0.21.0•••Diff: https://github.com/huggingface/accelerate/compare/refs/tags/v0.19.0...v0.21.0 Changelog: https://github.com/huggingface/accelerate/releases/tag/v0.21.0 | natsukium | 2023-08-01 | 1 | -7/+28 |
| * | python310Packages.accelerate: 0.18.0 -> 0.19.0 | Ben Darwin | 2023-05-13 | 1 | -2/+2 |
| * | python310Packages.accelerate: unbreak•••Disable known failing test on torch>=2.0 | Ben Darwin | 2023-04-28 | 1 | -0/+3 |
| * | python310Packages.accelerate: init at 0.18.0 | Ben Darwin | 2023-03-30 | 1 | -0/+74 |
