mindspore/scripts/conda/README.md

16 lines
771 B
Markdown
Raw Normal View History

## 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.