Skip to content

Update Qwen3-ASR.md for AMD#299

Open
haic0 wants to merge 1 commit intovllm-project:mainfrom
haic0:patch-31
Open

Update Qwen3-ASR.md for AMD#299
haic0 wants to merge 1 commit intovllm-project:mainfrom
haic0:patch-31

Conversation

@haic0
Copy link
Copy Markdown
Contributor

@haic0 haic0 commented Mar 23, 2026

No description provided.

Signed-off-by: haic0 <149741444+haic0@users.noreply.github.com>
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly expands the Qwen3-ASR documentation by integrating instructions for AMD users. It provides clear guidance on how to set up vLLM and deploy the Qwen3-ASR model on systems equipped with ROCm-compatible hardware, thereby broadening the accessibility and usability of the model for a wider range of hardware configurations.

Highlights

  • ROCm Support Documentation: Added comprehensive documentation for installing vLLM and launching Qwen3-ASR on AMD (ROCm) platforms, including specific uv pip install commands and environment variables for serving.
  • Documentation Structure Enhancement: Organized the installation and serving instructions into distinct 'CUDA' and 'ROCm' subsections for clarity and ease of use.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the documentation for Qwen3-ASR to include instructions for AMD GPUs using ROCm. The changes are helpful and add valuable information for users with AMD hardware. I've pointed out a couple of minor issues in the markdown formatting: incorrect heading levels which disrupt the document structure, and an extra blank line. Correcting these will improve the clarity and correctness of the documentation.

## Launching Qwen3-ASR with vLLM
### Online Serving
You can easily deploy Qwen3-ASR with vLLM by running the following command
### CUDA
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The heading level for CUDA appears to be incorrect. It's currently a level 3 heading (###), which makes it a sibling of Online Serving in the document structure. To correctly place it as a sub-section of Online Serving, it should be a level 4 heading (####). This will also fix the document outline, ensuring subsequent sections like Using OpenAI SDK are correctly nested.

Suggested change
### CUDA
#### CUDA

```bash
vllm serve Qwen/Qwen3-ASR-1.7B
```
### ROCm
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Similar to the CUDA heading, the heading level for ROCm appears to be incorrect. It's currently a level 3 heading (###), making it a sibling of Online Serving. It should be a level 4 heading (####) to be a sub-section under Online Serving.

Suggested change
### ROCm
#### ROCm

vllm serve Qwen/Qwen3-ASR-1.7B
```


Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

There is an extra blank line here. For better readability of the markdown source, it's best to use only one blank line to separate blocks of content.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please address Gemini feedback.

tjtanaa

This comment was marked as outdated.

@tjtanaa tjtanaa self-requested a review March 25, 2026 10:19
## Launching Qwen3-ASR with vLLM
### Online Serving
You can easily deploy Qwen3-ASR with vLLM by running the following command
### CUDA
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please address Gemini feedback.

```bash
vllm serve Qwen/Qwen3-ASR-1.7B
```
### ROCm
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please address Gemini feedback.

vllm serve Qwen/Qwen3-ASR-1.7B
```


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please address Gemini feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants