summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-04-16 03:33:09 +0000
committerCoprDistGit <infra@openeuler.org>2024-04-16 03:33:09 +0000
commit8b723d2ba6e4848cb93aa865466e94af0d1476c0 (patch)
treef192436ce69987ec1c43b304705ce9791ed39a75
parentd1d0ec00b3117c866720cf33c2f72eda9b51ce00 (diff)
automatic import of pytorch-lightning
-rw-r--r--torchlightning.spec12
1 files changed, 6 insertions, 6 deletions
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/*