From d684360a25add98458df6f10bbffcb2a694b8130 Mon Sep 17 00:00:00 2001 From: chenhaozhe Date: Wed, 15 Sep 2021 17:26:10 +0800 Subject: [PATCH] Add announcement about set up repository in README --- README.md | 8 +++----- README_CN.md | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6f8151b10..ec348ab08 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,9 @@ In order to facilitate developers to enjoy the benefits of MindSpore framework, ## Announcements -| Date | News | -| ------------ | ------------------------------------------------------------ | -| September 25, 2020 | Support [MindSpore v1.0.0](https://www.mindspore.cn/news/newschildren/en?id=262) | -| September 01, 2020 | Support [MindSpore v0.7.0-beta](https://www.mindspore.cn/news/newschildren/en?id=246) | -| July 31, 2020 | Support [MindSpore v0.6.0-beta](https://www.mindspore.cn/news/newschildren/en?id=237) | +### 2021.9.15 Set up repository `models` + +`models` comes from the directory `model_zoo` of repository [mindspore](https://gitee.com/mindspore/mindspore). This new repository doesn't contain any history of commits about the directory `model_zoo` in `mindspore`, you could refer to the repository `mindspore` for the past commits. ## Related Website diff --git a/README_CN.md b/README_CN.md index 359c949ad..88ea217e6 100644 --- a/README_CN.md +++ b/README_CN.md @@ -90,11 +90,9 @@ ## 公告 -|日期|新闻| -| ------------ | ------------------------------------------------------------ | -| 2020年9月25日|支持[MindSpore v1.0.0](https://www.mindspore.cn/news/newschildren/en?id=262) | -| 2020年9月1日|支持[MindSpore v0.7.0-beta](https://www.mindspore.cn/news/newschildren/en?id=246) | -| 2020年7月31日|支持[MindSpore v0.6.0-beta](https://www.mindspore.cn/news/newschildren/en?id=237) | +### 2021.9.15 `models`独立建仓 + +`models`仓库由原[mindspore仓库](https://gitee.com/mindspore/mindspore)的model_zoo目录独立分离而来,新仓库不继承历史commit记录,如果需要查找历史提2021.9.15之前的提交,请到mindspore仓库进行查询。 ## 关联站点 -- Gitee