diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | colossalai.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1 +1,2 @@ /v0.3.6.tar.gz +/ColossalAI-0.3.6.tar.gz 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 @@ -1 +1 @@ -5954209324067405ea6f8010d269ff25 v0.3.6.tar.gz +5954209324067405ea6f8010d269ff25 ColossalAI-0.3.6.tar.gz |