Skip to content

Commit

Permalink
accelerate: 0.22.0 -> 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action committed Oct 1, 2023
1 parent 09920f5 commit 338874d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-packages/by-name/ac/accelerate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
name = "accelerate";
version = "0.22.0";
version = "0.23.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "huggingface";
repo = name;
rev = "v${version}";
hash = "sha256-Fuq13JWUXCG4NEeR5rWn41JDmTI6tyImCrOxss6ekNs=";
hash = "sha256-pFkEgE1NGLPBW1CeGU0RJr+1Nj/y58ZcljyOnJuR47A=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 338874d

Please sign in to comment.