python3Packages.pytorch: 1.7.0 -> 1.7.1
Changelog: https://github.com/pytorch/pytorch/releases/tag/v1.7.1
This commit is contained in:
parent
fe5f82fd99
commit
b9c76212fd
@ -112,7 +112,7 @@ let
|
||||
in buildPythonPackage rec {
|
||||
pname = "pytorch";
|
||||
# Don't forget to update pytorch-bin to the same version.
|
||||
version = "1.7.0";
|
||||
version = "1.7.1";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
@ -127,7 +127,7 @@ in buildPythonPackage rec {
|
||||
repo = "pytorch";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
sha256 = "0hb11m5kvs4nsi5bc9ijnv6k07593p9dw40rcn33s9vspinrcjd4";
|
||||
sha256 = "sha256-udpbSL8xnzf20A1pYYNlYjdp8ME8AVaAkMMiw53K6CU=";
|
||||
};
|
||||
|
||||
patches = lib.optionals stdenv.isDarwin [
|
||||
|
Loading…
Reference in New Issue
Block a user