Update Qwen3-Coder-480B-A35B.md for AMD GPU#160
Update Qwen3-Coder-480B-A35B.md for AMD GPU#160haic0 wants to merge 5 commits intovllm-project:mainfrom
Conversation
Signed-off-by: haic0 <149741444+haic0@users.noreply.github.com>
Summary of ChangesHello @haic0, 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 enhances the documentation for the Qwen3-Coder-480B-A35B-Instruct model by integrating comprehensive instructions for its deployment and performance evaluation on AMD MI300X GPUs. The added guide covers the entire process from Docker environment preparation to running benchmarks, ensuring users can effectively leverage AMD hardware for this model. Highlights
Using Gemini Code AssistThe 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
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 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. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds a helpful guide for running the Qwen3-Coder model on AMD GPUs. The instructions are clear and cover the necessary steps from environment setup to benchmarking. My review focuses on improving the formatting and readability of the new documentation, including suggestions for breaking up long commands, ensuring consistent terminology, and removing excessive whitespace. These changes will make the guide easier for users to follow.
|
|
||
|
|
|
|
||
| Sample Command | ||
| ```shell | ||
|
|
| --trust-remote-code | ||
|
|
||
| ``` | ||
|
|
| Open a new terminal and run the following command to execute the benchmark script inside the container. | ||
| ```shell | ||
| docker exec -it Qwen3-Coder-480B-A35B-Instruct vllm bench serve \ | ||
| --model "Qwen/Qwen3-Coder-480B-A35B-Instruct" \ |
There was a problem hiding this comment.
|
|
||
|
|
| ``` | ||
|
|
||
|
|
||
|
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: haic0 <149741444+haic0@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: haic0 <149741444+haic0@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: haic0 <149741444+haic0@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: haic0 <149741444+haic0@users.noreply.github.com>
No description provided.