You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 771 B

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