Unverified Commit 9a266e3c authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

python3Packages.triton: 3.5.0 -> 3.5.1; python3Packages.torch: 2.8.0 -> 2.9.0 (#462810)

parents 97b4ae78 69910367
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  lib,
  fetchFromGitHub,
  fetchFromGitLab,
  fetchpatch,
  git-unroll,
  buildPythonPackage,
  python,
@@ -281,7 +280,7 @@ in
buildPythonPackage.override { inherit stdenv; } rec {
  pname = "torch";
  # Don't forget to update torch-bin to the same version.
  version = "2.9.0";
  version = "2.9.1";
  pyproject = true;

  outputs = [
+5 −5
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  runCommand,
}:
assert version == "2.9.0";
assert version == "2.9.1";
rec {
  src_aiter = fetchFromGitHub {
    owner = "ROCm";
@@ -99,8 +99,8 @@ rec {
  src_cudnn-frontend = fetchFromGitHub {
    owner = "NVIDIA";
    repo = "cudnn-frontend";
    rev = "f937055efc6d414d11f4c6577e3977fe74f35fb6";
    hash = "sha256-LiTajW2hrDth8wEC4Vp2lZO+CeMqK+tEKPLok7gXB/s=";
    rev = "243c7ff63be1ce6dd5bf9047668b5d4de83f55f6";
    hash = "sha256-yJgJ4ecN7Fv5VlGyGtzoktkkBUZvxe2kbrsmaiQQmVA=";
  };
  src_cutlass = fetchFromGitHub {
    owner = "NVIDIA";
@@ -441,8 +441,8 @@ rec {
  src_pytorch = fetchFromGitHub {
    owner = "pytorch";
    repo = "pytorch";
    rev = "v2.9.0";
    hash = "sha256-0NdREKn9h3FtHKVe1Z3QtSOVdEcfgLlWXG/OiI+QrwA=";
    rev = "v2.9.1";
    hash = "sha256-9DJsjsxT+KLdSBnV08MXSVAhjg6kXkHdOAjRsq+ocd8=";
  };
  src_sleef = fetchFromGitHub {
    owner = "shibatch";
+2 −2
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ let
in
buildPythonPackage rec {
  pname = "torchaudio";
  version = "2.9.0";
  version = "2.9.1";
  pyproject = true;

  stdenv = torch.stdenv;
@@ -86,7 +86,7 @@ buildPythonPackage rec {
    owner = "pytorch";
    repo = "audio";
    tag = "v${version}";
    hash = "sha256-oZTe0LWqOJ0NUxmmUKZN3GhMgloOMCYMicbYoaW2pTw=";
    hash = "sha256-tTilG/haU3OycSWqA5LR3egcxHVRg/yHJ8JB2rz3aKw=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ let
  inherit (torch) cudaCapabilities cudaPackages cudaSupport;

  pname = "torchvision";
  version = "0.24.0";
  version = "0.24.1";
in
buildPythonPackage {
  format = "setuptools";
@@ -40,7 +40,7 @@ buildPythonPackage {
    owner = "pytorch";
    repo = "vision";
    tag = "v${version}";
    hash = "sha256-EyA/d2fAdK2arMBqNtDwKtpaKb171zqEnYFrqAFQr+g=";
    hash = "sha256-ddJWD2xjoNAuyZIaZD7ctcuSQZ9lSUGExWCq1W5prI8=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

buildPythonPackage rec {
  pname = "triton";
  version = "3.5.0";
  version = "3.5.1";
  pyproject = true;

  # Remember to bump triton-llvm as well!
@@ -51,7 +51,7 @@ buildPythonPackage rec {
    owner = "triton-lang";
    repo = "triton";
    tag = "v${version}";
    hash = "sha256-F6T0n37Lbs+B7UHNYzoIQHjNNv3TcMtoXjNrT8ZUlxY=";
    hash = "sha256-dyNRtS1qtU8C/iAf0Udt/1VgtKGSvng1+r2BtvT9RB4=";
  };

  patches = [