mindspore-ai / mindspore

MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.
https://gitee.com/mindspore/mindspore
Apache License 2.0
4.24k stars 701 forks source link

Support for Ubuntu 20.04? And a happy new year! #119

Open AntreasAntoniou opened 3 years ago

AntreasAntoniou commented 3 years ago

Background

pip install mindspore_gpu-1.1.1-cp37-cp37m-linux_x86_64.whl ERROR: mindspore_gpu-1.1.1-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform.

yuyicg commented 3 years ago

For the Ubuntu, only 18.04 version is currently supported, and other software dependencies can be found here: https://gitee.com/mindspore/docs/blob/r1.1/install/mindspore_gpu_install_pip.md

AntreasAntoniou commented 3 years ago

Is there any way to get it to work on 20.04? Pytorch, Tensorflow, and Jax support it.

ytgui commented 3 years ago

@AntreasAntoniou just try my solutions:

  1. ln your cuda path to lib64 https://github.com/mindspore-ai/mindspore/issues/116
  2. limit your gcc version: https://github.com/mindspore-ai/mindspore/issues/117
  3. change your python enviroment: https://github.com/mindspore-ai/mindspore/issues/118 Good luck ^_^
yuyicg commented 3 years ago

@AntreasAntoniou It could run in ubuntu 20.04 through the docker image of ubuntu 18.04. In addition, the upgrade of ubuntu 20.04 involves the upgrade of python and gcc versions. The complete support for ubuntu 20.04 is planned to be released in the mid-year version.

yuyicg commented 3 years ago

@bosskwei thank you for your feedback, we have received your issues, and will optimize and improve them in the next version.