• Home
Name Date Size #Lines LOC

..--

mindspore-ascend/12-May-2024-212189

mindspore-cpu/12-May-2024-252219

mindspore-gpu/12-May-2024-437366

OWNERSD12-May-202463 66

README.mdD12-May-2024771 1611

README.md

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