diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-15 19:29:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-15 19:29:51 +0000 |
commit | f6747d45cb6443b6f02ced5941d860917749c55d (patch) | |
tree | 471ac4ecbeb175a5b479d514fdd8214543a5c2f8 | |
parent | e882ff085b74990db9e387b845e1317f3f2740c3 (diff) |
automatic import of deepspeed
-rw-r--r-- | deepspeed.spec (renamed from base.spec) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/base.spec b/deepspeed.spec index 839fb4c..39e94f4 100644 --- a/base.spec +++ b/deepspeed.spec @@ -20,7 +20,6 @@ Source0: https://github.com/microsoft/DeepSpeed/archive/refs/tags/v0.14.0 BuildRequires: g++ BuildRequires: cmake -BuildRequires: ninja BuildRequires: ninja-build # build requires @@ -31,16 +30,18 @@ BuildRequires: python3-wheel BuildRequires: python3-hatchling BuildRequires: python3-setuptools_scm +BuildRequires: python3-pytorch + # higharchy desc %description %{pkg_summary} # sub pkg section 1 %package -n python3-%{pkg_name} -Summary: a python3-lib provides transformers functionality +Summary: %{pkg_summary} %description -n python3-%{pkg_name} -python3-transformers provides APIs for transformers realize. +%{pkg_desc} # pkg section: help optional # %package -n help @@ -67,9 +68,8 @@ python3-transformers provides APIs for transformers realize. %doc *.md %license LICENSE* %{python3_sitearch}/python_%{pkg_name}/* -# %{python3_sitelib}/python_%{pkg_name}/* %changelog -* Sat April 15 2024 youser<1328699220@qq.com> +* Mon April 15 2024 youser<1328699220@qq.com> - pkg init |