python312Packages.tinygrad 0.9.0 -> 0.9.1 https://github.com/tinygrad/tinygrad/releases attrpath: python312Packages.tinygrad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4gbv4p902f9gajsnz85i2ia0296pi9nd-packages.json.drv building '/nix/store/4gbv4p902f9gajsnz85i2ia0296pi9nd-packages.json.drv'... sourcing setup hook '/nix/store/yq6n8b0mnk0qxzbs3ajsjcp8ziwqylrl-patchelf-0.15.0/nix-support/setup-hook' sourcing setup hook '/nix/store/iks1pihvbilsh5sy8qvpd638k422w9i8-update-autotools-gnu-config-scripts-hook/nix-support/setup-hook' sourcing setup hook '/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh' sourcing setup hook '/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh' sourcing setup hook '/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh' sourcing setup hook '/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh' sourcing setup hook '/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh' sourcing setup hook '/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh' sourcing setup hook '/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh' sourcing setup hook '/nix/store/jivxp510zxakaaic7qkrb7v1dd2rdbw9-multiple-outputs.sh' sourcing setup hook '/nix/store/ilaf1w22bxi6jsi45alhmvvdgy4ly3zs-patch-shebangs.sh' sourcing setup hook '/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh' sourcing setup hook '/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh' sourcing setup hook '/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh' sourcing setup hook '/nix/store/gps9qrh99j7g02840wv5x78ykmz30byp-strip.sh' Going to be running update for following packages: - python3.12-tinygrad-0.9.0 Press Enter key to continue... Running update for: - python3.12-tinygrad-0.9.0: UPDATING ... - python3.12-tinygrad-0.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tinygrad/default.nix b/pkgs/development/python-modules/tinygrad/default.nix index cd322ecfacde..fd7cc2e94ff5 100644 --- a/pkgs/development/python-modules/tinygrad/default.nix +++ b/pkgs/development/python-modules/tinygrad/default.nix @@ -35,14 +35,14 @@ buildPythonPackage rec { pname = "tinygrad"; - version = "0.9.0"; + version = "0.9.1"; pyproject = true; src = fetchFromGitHub { owner = "tinygrad"; repo = "tinygrad"; rev = "refs/tags/v${version}"; - hash = "sha256-opBxciETZruZjHqz/3vO7rogzjvVJKItulIiok/Zs2Y="; + hash = "sha256-mL3NZ7qjZDUu8Es6gysQNe+YZFH9GFQan9ZefwwjlAY="; }; patches = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/y0qaalgy7nk3kvnk09j4466skm8ry55l-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.tinygrad nix build failed. test/test_ops.py::TestOps::test_var_zero_in_axis /build/source/test/test_ops.py:844: UserWarning: var(): degrees of freedom is <= 0. Correction should be strictly less than the reduction factor (input numel divided by output numel). (Triggered internally at /build/source/aten/src/ATen/native/ReduceOps.cpp:1807.) helper_test_op([(1,0,3,0,5)], lambda x: x.var(axis=(1,3))) test/test_ops.py::TestOps::test_var_zero_in_axis /build/source/test/test_ops.py:845: UserWarning: var(): degrees of freedom is <= 0. Correction should be strictly less than the reduction factor (input numel divided by output numel). (Triggered internally at /build/source/aten/src/ATen/native/ReduceOps.cpp:1807.) helper_test_op([(1,0,3,0,5)], lambda x: x.var(axis=(1,3), correction=0)) test/test_ops.py::TestOps::test_var_zero_in_axis /build/source/test/test_ops.py:846: UserWarning: var(): degrees of freedom is <= 0. Correction should be strictly less than the reduction factor (input numel divided by output numel). (Triggered internally at /build/source/aten/src/ATen/native/ReduceOps.cpp:1807.) helper_test_op([(1,0,3,0,5)], lambda x: x.var(axis=(1,3), correction=5)) test/test_tensor.py::TestTinygrad::test_tensor_list_special_values /build/source/tinygrad/tensor.py:131: RuntimeWarning: overflow encountered in cast else: data = _fromnp(np.array(data).astype(_to_np_dtype(dtype))) test/test_tensor.py::TestTinygrad::test_tensor_list_special_values /build/source/test/test_tensor.py:310: RuntimeWarning: overflow encountered in cast np.testing.assert_allclose(Tensor(data, dtype=dtypes.float16).numpy(), np.array(data).astype(np.float16)) test/unit/test_disk_cache.py::DiskCache::test_getotherprocess test/unit/test_disk_cache.py::DiskCache::test_putotherprocess /nix/store/z7xxy35k7620hs6fn6la5fg2lgklv72l-python3-3.12.4/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=389) is multi-threaded, use of fork() may lead to deadlocks in the child. self.pid = os.fork() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED test/test_ops.py::TestOps::test_broadcastdot - Exception: forward pass failed shape (10, 45, 45): = 1 failed, 1571 passed, 193 skipped, 35 xfailed, 254 warnings in 173.61s (0:02:53) = /nix/store/5r0df66ikad3xw06azlqvswcvncll8wa-stdenv-linux/setup: line 1641: pop_var_context: head of shell_variables not a function context