python3Packages.torch: 2.7.0 -> 2.7.1 (#414066)

This commit is contained in:
Gaétan Lepage
2025-06-11 13:19:01 +02:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
@@ -268,7 +268,7 @@ in
buildPythonPackage rec {
pname = "torch";
# Don't forget to update torch-bin to the same version.
version = "2.7.0";
version = "2.7.1";
pyproject = true;
stdenv = stdenv';
@@ -4,7 +4,7 @@
fetchFromGitHub,
runCommand,
}:
assert version == "2.7.0";
assert version == "2.7.1";
(rec {
src_asmjit = fetchFromGitHub {
owner = "asmjit";
@@ -430,8 +430,8 @@ assert version == "2.7.0";
src_pytorch = fetchFromGitHub {
owner = "pytorch";
repo = "pytorch";
rev = "v2.7.0";
hash = "sha256-ReXyzy+OuYxEQwU+t2WL3+jqd7ItdW6w8MiS0f9t+aY=";
rev = "v2.7.1";
hash = "sha256-p/SkVM6N4XGr44WB9ZaMLu6nfJGcaKHfb1hDY6qbZBw=";
};
src_sleef = fetchFromGitHub {
owner = "shibatch";
@@ -77,7 +77,7 @@ let
in
buildPythonPackage rec {
pname = "torchaudio";
version = "2.7.0";
version = "2.7.1";
pyproject = true;
stdenv = torch.stdenv;
@@ -86,7 +86,7 @@ buildPythonPackage rec {
owner = "pytorch";
repo = "audio";
tag = "v${version}";
hash = "sha256-/5XIVj0jLE7+A1LZxA3bFH3mdwNIcrV4XMOa4xznr/w=";
hash = "sha256-T1V+/Oho6Dblh3ah5PljpxKcndy2e1dAlVxC3ay4AM0=";
};
patches = [
@@ -29,7 +29,7 @@ let
inherit (torch) cudaCapabilities cudaPackages cudaSupport;
pname = "torchvision";
version = "0.22.0";
version = "0.22.1";
in
buildPythonPackage {
inherit pname version;
@@ -40,7 +40,7 @@ buildPythonPackage {
owner = "pytorch";
repo = "vision";
tag = "v${version}";
hash = "sha256-+70Rhfma4dM5tRlYNz0cuuTIxRbYf6dsnAhvkw7a5kM=";
hash = "sha256-KYIhd0U2HdvNt/vjQ8wA/6l/ZCF8wBm4NrOMgBtoWG4=";
};
nativeBuildInputs = [