forked from mindspore-Ecosystem/mindspore
84140de08f
cherry pick 1.10 update upgrade ascend 20221122 filter out matmul if it is fp16->fp32 with a fp32 bias modify jjfeng comment |
||
---|---|---|
.. | ||
mindspore-ascend | ||
mindspore-cpu | ||
mindspore-gpu | ||
README.md |
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.