diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-16 03:27:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-16 03:27:53 +0000 |
commit | 40034c072c935ced4d4a0119fe9380dd9e641b91 (patch) | |
tree | 56a3f5f73ec66bd8ff5dbf05d473d14acafb537d | |
parent | 8ebd34e52543c91103065cb6b0f392aee3a69fa2 (diff) |
automatic import of colossalaiopeneuler23.09
-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 |