diff options
Diffstat (limited to 'deepspeed.spec')
-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 |