mindspore/scripts/conda
huangyong 84140de08f upgrade ascend 20221129 master
cherry pick 1.10 update

upgrade ascend 20221122

filter out matmul if it is fp16->fp32 with a fp32 bias

modify jjfeng comment
2022-12-20 10:03:35 +08:00
..
mindspore-ascend upgrade ascend 20221129 master 2022-12-20 10:03:35 +08:00
mindspore-cpu add docker & conda scripts for 1.5.0 2021-10-13 10:43:43 +08:00
mindspore-gpu add docker & conda scripts for 1.5.0 2021-10-13 10:43:43 +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.