[Doc] Add install doc (#49)

Add official install guide.

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-02-14 10:22:15 +08:00
committed by GitHub
parent 46977f9f06
commit e264987af2
3 changed files with 175 additions and 29 deletions

View File

@@ -39,7 +39,7 @@ By using vLLM Ascend plugin, popular open-source models, including Transformer-l
* PyTorch >= 2.4.0, torch-npu >= 2.4.0
* vLLM (the same version as vllm-ascend)
Find more about how to setup your environment step by step in [here](docs/installation.md).
Find more about how to setup your environment step by step in [here](docs/source/installation.md).
## Getting Started
@@ -68,7 +68,7 @@ Run the following command to start the vLLM server with the [Qwen/Qwen2.5-0.5B-I
vllm serve Qwen/Qwen2.5-0.5B-Instruct
curl http://localhost:8000/v1/models
```
**Please refer to [official docs](./docs/index.md) for more details.**
**Please refer to [official docs](https://vllm-ascend.readthedocs.io/en/latest/) for more details.**
## Contributing
See [CONTRIBUTING](docs/source/developer_guide/contributing.md) for more details, which is a step-by-step guide to help you set up development environment, build and test.