python311Packages.torch: 2.2.1 -> 2.2.2

Changelog: https://github.com/pytorch/pytorch/releases/tag/v2.2.2
This commit is contained in:
Gaetan Lepage 2024-03-27 23:56:35 +01:00
parent 5b76057bc4
commit a878acdf0e
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ let
in buildPythonPackage rec {
pname = "torch";
# Don't forget to update torch-bin to the same version.
version = "2.2.1";
version = "2.2.2";
pyproject = true;
disabled = pythonOlder "3.8.0";
@ -148,7 +148,7 @@ in buildPythonPackage rec {
repo = "pytorch";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
hash = "sha256-6z8G5nMbGHbpA+xfmOR726h9E4N9NoEtaFgcYE0DuUE=";
hash = "sha256-la9wL9pOlgrSfq5V8aRKXt3hjW+Er/6484m0oUujlzk=";
};
patches = lib.optionals cudaSupport [