diff --git a/README.md b/README.md index a7c7b4edb4..01b6723d04 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ ![MindSpore Logo](https://gitee.com/mindspore/mindspore/raw/master/docs/MindSpore-logo.png "MindSpore logo") +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mindspore.svg)](https://pypi.org/project/mindspore) +[![PyPI](https://badge.fury.io/py/mindspore.svg)](https://badge.fury.io/py/mindspore) +[![Downloads](https://pepy.tech/badge/mindspore)](https://pepy.tech/project/mindspore) +[![DockerHub](https://img.shields.io/docker/pulls/mindspore/mindspore-cpu.svg)](https://hub.docker.com/r/mindspore/mindspore-cpu) +[![LICENSE](https://img.shields.io/github/license/mindspore-ai/mindspore.svg?style=flat-square)](https://github.com/mindspore-ai/mindspore/blob/master/LICENSE) +[![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://join.slack.com/t/mindspore/shared_invite/zt-dgk65rli-3ex4xvS4wHX7UDmsQmfu8w) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://gitee.com/mindspore/mindspore/pulls) + [查看中文](./README_CN.md) diff --git a/README_CN.md b/README_CN.md index 0b07b2670f..08512ec747 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,5 +1,13 @@ ![MindSpore标志](https://gitee.com/mindspore/mindspore/raw/master/docs/MindSpore-logo.png "MindSpore logo") +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mindspore.svg)](https://pypi.org/project/mindspore) +[![PyPI](https://badge.fury.io/py/mindspore.svg)](https://badge.fury.io/py/mindspore) +[![Downloads](https://pepy.tech/badge/mindspore)](https://pepy.tech/project/mindspore) +[![DockerHub](https://img.shields.io/docker/pulls/mindspore/mindspore-cpu.svg)](https://hub.docker.com/r/mindspore/mindspore-cpu) +[![LICENSE](https://img.shields.io/github/license/mindspore-ai/mindspore.svg?style=flat-square)](https://github.com/mindspore-ai/mindspore/blob/master/LICENSE) +[![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://join.slack.com/t/mindspore/shared_invite/zt-dgk65rli-3ex4xvS4wHX7UDmsQmfu8w) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://gitee.com/mindspore/mindspore/pulls) + [View English](./README.md) @@ -65,7 +73,7 @@ MindSpore自动并行的目的是构建数据并行、模型并行和混合并 MindSpore提供跨多个后端的构建选项: -| 硬件平台 | 操作系统 | 状态 | +| 硬件平台 | 操作系统 | 状态 | | :------------ | :-------------- | :--- | | Ascend 910 | Ubuntu-x86 | ✔️ | | | Ubuntu-aarch64 | ✔️ |