|
- package:
- name: mindspore-gpu
- version: "1.5.0"
-
- build:
- number: 0
- string: py39_cuda10.1
-
- requirements:
- build:
- - python>=3.9, <3.10
- - pip
- run:
- - python>=3.9, <3.10
- - numpy >=1.17.0
- - protobuf >=3.13.0
- - asttokens >=1.1.13
- - pillow >=6.2.0
- - scipy >=1.5.2
- - cffi >=1.12.3
- - wheel >=0.32.0
- - decorator >=4.4.0
- - setuptools >=40.8.0
- - astunparse >=1.6.3
- - packaging >=20.0
- - psutil >=5.7.0
- - cudatoolkit >=10.1, <10.2
-
- about:
- home: https://www.mindspore.cn/
- license: Apache 2.0
- summary: MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.
|