From 12621c81bf3bdd2513ce3d13efccc6b1fa75f298 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 03:53:25 +0000 Subject: automatic import of pytorch-lightning --- torchlightning.spec | 104 ++++++++++++++++++++++++++-------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'torchlightning.spec') diff --git a/torchlightning.spec b/torchlightning.spec index bc94ca5..bbf677e 100644 --- a/torchlightning.spec +++ b/torchlightning.spec @@ -1,53 +1,53 @@ -%global _empty_manifest_terminate_build 0 -%global _unpackaged_files_terminate_build 0 - -Name: pytorch-lightning -Version: 2.2.2 -Release: 1%{?dist} -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 - -BuildRequires: g++ -Requires: python3-pytorch -Requires: python3-fvcore -Requires: python3-iopath -Requires: python3-pyav -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-setuptools_scm -BuildRequires: python3-rpm-macros -BuildRequires: python3-pip -BuildRequires: python3-wheel -BuildRequires: python3-hatchling - - -%description -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-torchlightning -Summary: A Python 3 version of the deep learning library for video understanding research - -%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} - -%build -%pyproject_build - -%install -%pyproject_install - -%files -n python3-torchlightning -%doc *.md -%license LICENSE* -%{python3_sitelib}/pytorch_lightning/* -%{python3_sitelib}/lightning_fabric/* - - -%changelog -* Mon Apr 15 2024 weilaijishu +%global _empty_manifest_terminate_build 0 +%global _unpackaged_files_terminate_build 0 + +Name: pytorch-lightning +Version: 2.2.2 +Release: 1%{?dist} +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 + +BuildRequires: g++ +Requires: python3-pytorch +Requires: python3-fvcore +Requires: python3-iopath +Requires: python3-pyav +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-rpm-macros +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling + + +%description +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-torchlightning +Summary: A Python 3 version of the deep learning library for video understanding research + +%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} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-torchlightning +%doc *.md +%license LICENSE* +%{python3_sitelib}/pytorch_lightning/* +%{python3_sitelib}/lightning_fabric/* + + +%changelog +* Mon Apr 15 2024 weilaijishu - Initial package -- cgit v1.2.3