Skip to content

Conversation

@leo-pony
Copy link
Collaborator

@leo-pony leo-pony commented Jun 21, 2025

What this PR does / why we need it?

Add 310P tutorials

Does this PR introduce any user-facing change?

No Changes.

Signed-off-by: leo-pony <nengjunma@outlook.com>
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jun 21, 2025
Copy link
Collaborator

@Yikun Yikun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

310p.md ---> single_node_300i.md

@@ -0,0 +1,312 @@
# 310P (310I Duo)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 310P (310I Duo)
# Single Node (Atlas 300I series)

@@ -0,0 +1,312 @@
# 310P (310I Duo)

## Run vllm-ascend with 310P
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Run vllm-ascend with 310P
## Run vLLM on Altlas 300I series

-v /usr/local/Ascend/driver/version.info:/usr/local/Ascend/driver/version.info \
-v /etc/ascend_install.info:/etc/ascend_install.info \
-v /root/.cache:/root/.cache \
-v /data/mnj/:/home/mnj/ \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-v /data/mnj/:/home/mnj/ \

@Yikun Yikun mentioned this pull request Jun 21, 2025
29 tasks
Signed-off-by: leo-pony <nengjunma@outlook.com>
leo-pony added 2 commits June 21, 2025 18:03
Signed-off-by: leo-pony <nengjunma@outlook.com>
Signed-off-by: leo-pony <nengjunma@outlook.com>
```
::::

::::{tab-item} pangu-72b-MoE
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
::::{tab-item} pangu-72b-MoE
::::{tab-item} Pangu-Pro-MoE-72B

```{code-block} bash
:substitutions:
# Update the MODEL
export MODEL=
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export MODEL=
export MODEL=“/path/to/pangu-pro-moe-model”

```{code-block} bash
:substitutions:
# Update the vllm-ascend image
export IMAGE=quay.io/ascend/vllm-ascend:main-310p
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export IMAGE=quay.io/ascend/vllm-ascend:main-310p
export IMAGE=quay.io/ascend/vllm-ascend:|vllm_ascend_version|-310p

Signed-off-by: leo-pony <nengjunma@outlook.com>
Signed-off-by: leo-pony <nengjunma@outlook.com>
gpu_memory_utilization=0.5,
max_num_seqs=4,
enforce_eager=True,
enforce_eager=True, # For ascend 310P eager mode, only single-operator model is supported.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
enforce_eager=True, # For ascend 310P eager mode, only single-operator model is supported.
enforce_eager=True, # For 300I series, only eager mode is supported.

Copy link
Collaborator

@Yikun Yikun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix

leo-pony added 2 commits June 21, 2025 19:35
Signed-off-by: leo-pony <nengjunma@outlook.com>
Signed-off-by: leo-pony <nengjunma@outlook.com>
@Yikun Yikun changed the title Add 310P Tutorials Add Atlas 300I series Tutorials Jun 21, 2025
@Yikun Yikun changed the title Add Atlas 300I series Tutorials Add Atlas 300I series tutorials Jun 21, 2025
@Yikun Yikun changed the title Add Atlas 300I series tutorials [Doc] Add Atlas 300I series tutorials Jun 21, 2025
@Yikun Yikun mentioned this pull request Jun 22, 2025
@Yikun Yikun closed this in #1349 Jun 22, 2025
Yikun added a commit that referenced this pull request Jun 22, 2025
### What this PR does / why we need it?
Bump v0.9.1rc1 release

Closes: #1341
Closes: #1334

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed


---------

Signed-off-by: Shanshan Shen <87969357+shen-shanshan@users.noreply.github.com>
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Signed-off-by: leo-pony <nengjunma@outlook.com>
Co-authored-by: wangxiyuan <wangxiyuan1007@gmail.com>
Co-authored-by: leo-pony <nengjunma@outlook.com>
Co-authored-by: shen-shanshan <467638484@qq.com>
@leo-pony leo-pony deleted the pangu_support branch October 14, 2025 02:54
chopper0126 pushed a commit to chopper0126/vllm-ascend that referenced this pull request Oct 16, 2025
### What this PR does / why we need it?
Bump v0.9.1rc1 release

Closes: vllm-project#1341
Closes: vllm-project#1334

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed


---------

Signed-off-by: Shanshan Shen <87969357+shen-shanshan@users.noreply.github.com>
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Signed-off-by: leo-pony <nengjunma@outlook.com>
Co-authored-by: wangxiyuan <wangxiyuan1007@gmail.com>
Co-authored-by: leo-pony <nengjunma@outlook.com>
Co-authored-by: shen-shanshan <467638484@qq.com>
Angazenn pushed a commit to Angazenn/vllm-ascend that referenced this pull request Oct 21, 2025
### What this PR does / why we need it?
Bump v0.9.1rc1 release

Closes: vllm-project#1341
Closes: vllm-project#1334

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed


---------

Signed-off-by: Shanshan Shen <87969357+shen-shanshan@users.noreply.github.com>
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Signed-off-by: leo-pony <nengjunma@outlook.com>
Co-authored-by: wangxiyuan <wangxiyuan1007@gmail.com>
Co-authored-by: leo-pony <nengjunma@outlook.com>
Co-authored-by: shen-shanshan <467638484@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants