File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
pkgs/development/python-modules/flax Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3838
3939buildPythonPackage 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 = {
You can’t perform that action at this time.
0 commit comments