summaryrefslogtreecommitdiff
path: root/deepspeed.spec
diff options
context:
space:
mode:
Diffstat (limited to 'deepspeed.spec')
-rw-r--r--deepspeed.spec4
1 files changed, 2 insertions, 2 deletions
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