• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## MindSpore Conda build file Repository
2
3This folder hosts all files relating to building conda packages, to download existing conda packages, simply typing
4conda install -c mindspore mindspore-{platform}
5in conda environments, whereby {platform} refers to hardware platform supported by MindSpore, including CPU, GPU and Ascend
6
7### MindSpore conda install command
8
9| Hardware Platform | Version | Download Command |
10| :---------------- | :------ | :------------ |
11| Ascend | `x.y.z` | conda install -c mindspore mindspore-ascend=x.y.z |
12| CPU | `x.y.z` | conda install -c mindspore mindspore-cpu=x.y.z |
13| GPU | `x.y.z` | conda install -c mindspore mindspore-gpu=x.y.z  |
14
15> **NOTICE:** The `x.y.z` version shown above should be replaced with the real version number.
16