Skip to content

Commit 63b8f96

Browse files
authored
python3Packages.flax: 0.11.1 -> 0.11.2 (#438038)
2 parents 5deebb9 + 3c3f25f commit 63b8f96

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/development/python-modules/flax/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838

3939
buildPythonPackage rec {
4040
pname = "flax";
41-
version = "0.11.1";
41+
version = "0.11.2";
4242
pyproject = true;
4343

4444
src = fetchFromGitHub {
4545
owner = "google";
4646
repo = "flax";
4747
tag = "v${version}";
48-
hash = "sha256-XZ9a8wpT+XpRsg8va/OnlccSYhLVV57/kz/sVdWkE3E=";
48+
hash = "sha256-b7x6M2qt0OL5xBwmuOFcIS5MhlwUvA6cO5hOJ2ZiOrI=";
4949
};
5050

5151
build-system = [
@@ -105,6 +105,9 @@ buildPythonPackage rec {
105105
disabledTests = [
106106
# AssertionError: [Chex] Function 'add' is traced > 1 times!
107107
"PadShardUnpadTest"
108+
109+
# AssertionError: nnx_model.kernel.value.sharding = NamedSharding(...
110+
"test_linen_to_nnx_metadata"
108111
];
109112

110113
passthru = {

0 commit comments

Comments
 (0)