From 8b723d2ba6e4848cb93aa865466e94af0d1476c0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 03:33:09 +0000 Subject: automatic import of pytorch-lightning --- torchlightning.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'torchlightning.spec') diff --git a/torchlightning.spec b/torchlightning.spec index 8440017..bc94ca5 100644 --- a/torchlightning.spec +++ b/torchlightning.spec @@ -4,7 +4,7 @@ Name: pytorch-lightning Version: 2.2.2 Release: 1%{?dist} -Summary: A Python 3 version of the deep learning library for video understanding research +Summary: TorchLightning is a lightweight PyTorch wrapper for high-performance AI research. It organizes your code to decouple the science from the engineering, and enables seamless linear scaling to any hardware setup. License: BSD URL: https://pypi.org/project/pytorch-lightning/ Source0: pytorch-lightning-2.2.2.tar.gz @@ -24,13 +24,13 @@ BuildRequires: python3-hatchling %description -%{pkg_summary} +TorchLightning is a lightweight PyTorch wrapper for high-performance AI research. It organizes your code to decouple the science from the engineering, and enables seamless linear scaling to any hardware setup. -%package -n python3-%{pkg_name} +%package -n python3-torchlightning Summary: A Python 3 version of the deep learning library for video understanding research -%description -n python3-%{pkg_name} -%{pkg_desc} +%description -n python3-torchlightning +TorchLightning is a lightweight PyTorch wrapper for high-performance AI research. It organizes your code to decouple the science from the engineering, and enables seamless linear scaling to any hardware setup. %prep %autosetup -p1 -n pytorch-lightning-%{version} @@ -41,7 +41,7 @@ Summary: A Python 3 version of the deep learning library for video understanding %install %pyproject_install -%files -n python3-%{pkg_name} +%files -n python3-torchlightning %doc *.md %license LICENSE* %{python3_sitelib}/pytorch_lightning/* -- cgit v1.2.3