summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-04-16 01:04:21 +0000
committerCoprDistGit <infra@openeuler.org>2024-04-16 01:04:21 +0000
commit32061aab3b6235459e218e295b1d6de4a34ead09 (patch)
treec3c4b625aaef52201d018cb96e5dff0b0e679152
parent98c3e3e515f83ad3b14623585ecc5de1fb5198f2 (diff)
automatic import of deepspeed
-rw-r--r--.gitignore1
-rw-r--r--deepspeed.spec4
-rw-r--r--sources2
3 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index d9db93d..e68bbb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index a142856..c8a9d90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57c4eec4938cb73e4983bab3ea5f9e3a v0.14.0.tar.gz
+57c4eec4938cb73e4983bab3ea5f9e3a DeepSpeed-0.14.0.tar.gz