-
Notifications
You must be signed in to change notification settings - Fork 546
[Doc] Add install doc #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fdbfaae to
b94c5f6
Compare
b94c5f6 to
9482f0e
Compare
c885710 to
7b301e0
Compare
| You do not need to install `torch` and `torch_npu` manually, they will be automatically installed as `vllm-ascend` dependencies. | ||
| Then you can install vllm-ascend from **pre-built wheel** or **source code**. | ||
|
|
||
| ### Install from Pre-built wheels (Not support yet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!--
### Install from Pre-built wheels (Not support yet)
xxxxxx
-->
better to comment to make main work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just let users skip it if fine. Since we'll add it back soon.
|
|
||
| > Tips: CANN, torch, torch_npu, vllm and vllm_ascend are pre-installed in the Docker image already. | ||
|
|
||
| ### Pre-built images (Not support yet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
1696439 to
b8fb04c
Compare
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
b8fb04c to
90f3754
Compare
Add official install guide. Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
enable_eplb -> dynamic_eplb
Add official install guide.