diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-16 02:49:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-16 02:49:07 +0000 |
commit | 041a05a39649e625c523a11b041d6e99eef0cf16 (patch) | |
tree | e989ef6bd4a7d63bd1d96323256f3b9f97aaa900 | |
parent | aab0ff625d35b9ee80e2ce7e2e2674b688e0346b (diff) |
automatic import of deepspeed
-rw-r--r-- | deepspeed.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deepspeed.spec b/deepspeed.spec index dffc649..2e0a86c 100644 --- a/deepspeed.spec +++ b/deepspeed.spec @@ -39,6 +39,8 @@ BuildRequires: python3-dataclasses DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective. It was developed by Microsoft Research and is widely used in the AI community. +%global debug_package %{nil} + %prep %autosetup -n DeepSpeed-%{commit} @@ -54,5 +56,5 @@ python3 setup.py bdist_wheel %{python3_sitelib}/* %changelog -* Sat Apr 15 2024 Your Name <your.name@example.com> - 0.8.0-1 +* Sat Apr 15 2024 weilaijishu - 0.8.0-1 - Updated to version 0.8.0 |