mindspore/scripts/conda
yanghaoran dde579e3eb fix conda problems 2021-09-30 14:26:00 +08:00
..
mindspore-ascend fix conda problems 2021-09-30 14:26:00 +08:00
mindspore-cpu fix conda problems 2021-09-30 14:26:00 +08:00
mindspore-gpu fix conda problems 2021-09-30 14:26:00 +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.