Skip to content

Commit 3819dd5

Browse files
committed
docs: Final updates for v0.4.0 release
1 parent d17de5a commit 3819dd5

File tree

11 files changed

+16
-341
lines changed

11 files changed

+16
-341
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ONE is short for "ONE for all"
1212

1313
## Quick tour
1414

15-
To install v0.4.0, please install [MindSpore 2.6.0/2.7.0](https://www.mindspore.cn/install) and run `pip install mindone`
15+
To install v0.4.0, please install [>=2.6.0](https://www.mindspore.cn/install) and run `pip install mindone`
1616

1717
Alternatively, to install the latest version from the `master` branch, please run.
1818
```

awesome_vision.md

Lines changed: 0 additions & 260 deletions
This file was deleted.

examples/janus/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11

22
<hr>
3-
4-
5-
6-
7-
83
<p align="center">
94
<a href="#2-model-download"><b>📥 Model Download</b></a> |
105
<a href="#3-quick-start"><b>⚡ Quick Start</b></a> |
@@ -103,7 +98,7 @@ For the remote gradio demo, you can run with the following command:
10398

10499
On NPU server:
105100
```shell
106-
pip install mindone==0.4.0[gradio]
101+
pip install mindone==0.4.0
107102

108103
python demo/app_januspro.py
109104
```

examples/lang_sam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Language Segment-Anything
22

3-
**English** | [中文](README_CN.md)
3+
44

55
This is a MindSpore Implementation of [Language SAM](https://github.com/luca-medeiros/lang-segment-anything).
66

examples/lang_sam/README_CN.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

examples/moviegen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ this project!
6363

6464
mindspore | ascend driver |cann |
6565
|:--:|:--:|:--:|
66-
| >=2.6.0 | >=24.1.RC1 | >=8.1.RC1 |
66+
| >=2.5.0 | >=24.1.RC1 | >=8.1.RC1 |
6767

6868

6969

7070
1. Install
71-
[CANN 8.0.0.beta1](https://www.hiascend.com/developer/download/community/result?module=cann&cann=8.0.0.beta1)
71+
[CANN 8.1.RC1](https://www.hiascend.com/developer/download/community/result?module=cann&cann=8.1.RC1)
7272
and MindSpore according to the [official instructions](https://www.mindspore.cn/install).
7373
2. Install requirements
7474
```shell

0 commit comments

Comments
 (0)