diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-16 01:04:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-16 01:04:21 +0000 |
commit | 32061aab3b6235459e218e295b1d6de4a34ead09 (patch) | |
tree | c3c4b625aaef52201d018cb96e5dff0b0e679152 | |
parent | 98c3e3e515f83ad3b14623585ecc5de1fb5198f2 (diff) |
automatic import of deepspeed
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | deepspeed.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1 +1,2 @@ /v0.14.0.tar.gz +/DeepSpeed-0.14.0.tar.gz diff --git a/deepspeed.spec b/deepspeed.spec index d327e50..b87f8bd 100644 --- a/deepspeed.spec +++ b/deepspeed.spec @@ -16,7 +16,7 @@ License: %{open_license} # the url and source0 url here URL: https://www.deepspeed.ai/ -Source0: https://github.com/microsoft/DeepSpeed/archive/refs/tags/v0.14.0.tar.gz +Source0: https://github.com/microsoft/DeepSpeed/archive/refs/tags/v%{version}.tar.gz#/DeepSpeed-%{version}.tar.gz BuildRequires: g++ BuildRequires: cmake @@ -67,7 +67,7 @@ Summary: %{pkg_summary} %files -n python3-%{pkg_name} %doc *.md %license LICENSE* -%{python3_sitearch}/python_%{pkg_name}/* +%{python3_sitelib}/python_%{pkg_name}/* %changelog @@ -1 +1 @@ -57c4eec4938cb73e4983bab3ea5f9e3a v0.14.0.tar.gz +57c4eec4938cb73e4983bab3ea5f9e3a DeepSpeed-0.14.0.tar.gz |