[Doc] document pip wheel install path and version matching#285
Open
Zymonody7 wants to merge 1 commit into
Open
[Doc] document pip wheel install path and version matching#285Zymonody7 wants to merge 1 commit into
Zymonody7 wants to merge 1 commit into
Conversation
Add a quickstart section for installing vllm-metax pre-built wheels from the MetaX index: maca/torch/mcoplib matching table, mcoplib split since v0.14, --no-deps install for upstream vllm and common pitfalls verified on Gitee.AI C500 images (maca 3.2.1 / 3.3.0.15 / 3.7.1.5).
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a quickstart section for installing vllm-metax pre-built wheels from the MetaX index: maca/torch/mcoplib matching table, mcoplib split since v0.14, --no-deps install for upstream vllm and common pitfalls verified on Gitee.AI C500 images (maca 3.2.1 / 3.3.0.15 / 3.7.1.5).
Purpose
The quickstart only documents the docker path, while pre-built wheels are
published to repos.metax-tech.com but undocumented (index URL, maca/torch
matching rules, mcoplib split since v0.14, how to install upstream vllm
without the cuda dependency set).
This adds an "Install via pip (pre-built wheels)" section + a wheel matching
table + 4 pitfalls, all hit and verified on Gitee.AI C500 instances
(MACA 3.2.1 / 3.3.0.15 / 3.7.1.5, torch 2.6/2.8, vllm-metax 0.13/0.17,
mcoplib 0.3.1/0.4.5).
Test Plan
Docs-only change; commands in the section copied verbatim from a working
install session on a C500 cloud instance.
Test Result
vllm 0.13 + vllm-metax 0.13 (bundled kernels) and mcoplib 0.4.5+maca3.7
import & run topk ops on MACA 3.3.0.15 and 3.7.1.5 respectively.
(Optional) Documentation Update
This PR is the documentation update.
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.