Skip to content
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

[Doc] Add Quickstart doc #44

Merged
merged 3 commits into from
Feb 13, 2025
Merged

[Doc] Add Quickstart doc #44

merged 3 commits into from
Feb 13, 2025

Conversation

Yikun
Copy link
Collaborator

@Yikun Yikun commented Feb 11, 2025

What this PR does / why we need it?

This PR add the quickstart doc

Does this PR introduce any user-facing change?

No

How was this patch tested?

Preview

@Yikun Yikun changed the title [Doc] Add QuickStart doc [Doc] Add Quickstart doc Feb 11, 2025
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
# Use Modelscope mirror to speed up download
pip install modelscope
export VLLM_USE_MODELSCOPE=true
$ python3
Copy link
Collaborator

Choose a reason for hiding this comment

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

what is this used for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

previous thoughts was a step by step cmd but I think it's OK to remove and add notes


Once your server is started, you can query in a new terminal:
```bash
docker exec -it vllm-ascend-env bash
Copy link
Collaborator

Choose a reason for hiding this comment

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

is it OK to create another new bash in the same container? I'm not sure.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we can start as backgroud process using &, and use kill -2 stop vllm gracefully, but not sure it's to complex or not. see next commits.

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
@wangxiyuan wangxiyuan merged commit 63b11ec into vllm-project:main Feb 13, 2025
2 checks passed
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