From 32061aab3b6235459e218e295b1d6de4a34ead09 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 01:04:21 +0000 Subject: automatic import of deepspeed --- .gitignore | 1 + deepspeed.spec | 4 ++-- sources | 2 +- 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 -- cgit v1.2.3