mindspore/scripts/conda
yanghaoran 91c2d05752 bump up docker & conda version to 1.5.0-rc1 2021-09-23 11:25:42 +08:00
..
mindspore-ascend bump up docker & conda version to 1.5.0-rc1 2021-09-23 11:25:42 +08:00
mindspore-cpu bump up docker & conda version to 1.5.0-rc1 2021-09-23 11:25:42 +08:00
mindspore-gpu bump up docker & conda version to 1.5.0-rc1 2021-09-23 11:25:42 +08:00
OWNERS add conda, move docker and conda scripts 2021-09-13 20:14:03 +08:00
README.md add conda, move docker and conda scripts 2021-09-13 20:14:03 +08:00

README.md

MindSpore Conda build file Repository

This folder hosts all files relating to building conda packages, to download existing conda packages, simply typing conda install -c mindspore mindspore-{platform} in conda environments, whereby {platform} refers to hardware platform supported by MindSpore, including CPU, GPU and Ascend

MindSpore conda install command

Hardware Platform Version Download Command
Ascend x.y.z conda install -c mindspore mindspore-ascend=x.y.z
CPU x.y.z conda install -c mindspore mindspore-cpu=x.y.z
GPU x.y.z conda install -c mindspore mindspore-gpu=x.y.z

NOTICE: The x.y.z version shown above should be replaced with the real version number.