diff options
Diffstat (limited to 'colossalai.spec')
-rw-r--r-- | colossalai.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colossalai.spec b/colossalai.spec index 9e10dd2..4d7164c 100644 --- a/colossalai.spec +++ b/colossalai.spec @@ -16,7 +16,7 @@ License: %{open_license} # the url and source0 url here URL: https://www.colossalai.org/ -Source0: https://github.com/hpcaitech/ColossalAI/archive/refs/tags/v0.3.6.tar.gz +Source0: https://github.com/hpcaitech/ColossalAI/archive/refs/tags/v%{version}.tar.gz#/ColossalAI-%{version}.tar.gz # build requires BuildRequires: python3-devel @@ -26,7 +26,7 @@ BuildRequires: python3-wheel BuildRequires: python3-hatchling BuildRequires: python3-setuptools_scm -BuildRequires: python-pytorch +BuildRequires: python3-pytorch # higharchy desc %description |