From 9d46ca3ebf305ec5a1c03e72051e450f07cd2997 Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Thu, 16 Jan 2025 15:44:07 +0000 Subject: [PATCH] Upgrade cpuinfo to support riscv64 --- pytorch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytorch.spec b/pytorch.spec index 27eda9b..662f41a 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: pytorch Version: 2.1.2 -Release: 5 +Release: 6 Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration License: BSD-3-Clause URL: https://pytorch.org/ @@ -94,6 +94,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jan 15 2025 Dingli Zhang - 2.1.2-6 +- test + * Wed Jul 17 2024 Dingli Zhang - 2.1.2-5 - Fix build error for riscv64 -- Gitee