diff --git a/download b/download index e3eba1a46c5c06065ca0599e473534772d561e47..3337cf7c4d0220098232e6d52b9fa65ca53c48f0 100644 --- a/download +++ b/download @@ -1 +1 @@ -6186b06618415e1c4a2c9f057893c4f0 pytorch-v2.0.1.tar.gz +abc9315dc4bdb47527698ac1e7bda084 pytorch-v2.6.0.tar.gz diff --git a/pytorch-v2.6.0.tar.gz b/pytorch-v2.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a030c3e02d254a48984dc0df2659acccb1cdb0e6 Binary files /dev/null and b/pytorch-v2.6.0.tar.gz differ diff --git a/pytorch.spec b/pytorch.spec index c04ea59aa98c919ed22e036fcf9f6e5e159d6002..245d7d4612367c28f8417e5e754a7b86f580a4ed 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 1 %global vcu_maj 12 %global vcu_min 1 @@ -10,7 +10,7 @@ %undefine _missing_build_ids_terminate_build Name: pytorch -Version: 2.0.1 +Version: 2.6.0 Release: %{anolis_release}%{dist} Summary: PyTorch Neural Network Package License: BSD @@ -136,6 +136,9 @@ end %{python3_sitearch}/torch/share %changelog +* Thu Nov 13 2025 lzq11122 - 2.6.0-1 +- update to v2.6.0 + * Thu Nov 2 2023 Zhongling He - 2.0.1-4 - fix NVCC parse failure in cast_op