[Lint]Style: reformat markdown files via markdownlint (#5884)
### What this PR does / why we need it?
reformat markdown files via markdownlint
- vLLM version: v0.13.0
- vLLM main:
bde38c11df
---------
Signed-off-by: root <root@LAPTOP-VQKDDVMG.localdomain>
Signed-off-by: MrZ20 <2609716663@qq.com>
Co-authored-by: root <root@LAPTOP-VQKDDVMG.localdomain>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Contributing
|
||||
|
||||
## Building and Testing
|
||||
|
||||
It's recommended to set up a local development environment to build vllm-ascend and run tests
|
||||
before you submit a PR.
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ This section assumes that you already have a [Kubernetes](https://kubernetes.io/
|
||||
|
||||
- Step 1. Install LWS CRD resources
|
||||
|
||||
See https://lws.sigs.k8s.io/docs/installation/ Which can be used as a reference
|
||||
See <https://lws.sigs.k8s.io/docs/installation/> Which can be used as a reference
|
||||
|
||||
- Step 2. Deploy the following yaml file `lws.yaml` as what you want
|
||||
|
||||
@@ -318,14 +318,14 @@ Since our script is Kubernetes-friendly, we need to actively pass in some cluste
|
||||
`cluster_hosts: ["xxx.xxx.xxx.188", "xxx.xxx.xxx.212"]`
|
||||
|
||||
- Step 2. Install develop environment
|
||||
- Install vllm-ascend develop packages on every cluster host
|
||||
- Install vllm-ascend develop packages on every cluster host
|
||||
|
||||
``` bash
|
||||
cd /vllm-workspace/vllm-ascend
|
||||
python3 -m pip install -r requirements-dev.txt
|
||||
```
|
||||
|
||||
- Install AISBench on the first host(leader node) in cluster_hosts
|
||||
- Install AISBench on the first host(leader node) in cluster_hosts
|
||||
|
||||
``` bash
|
||||
export AIS_BENCH_TAG="v3.0-20250930-master"
|
||||
|
||||
@@ -248,7 +248,7 @@ This will reproduce the E2E test. See [vllm_ascend_test.yaml](https://github.com
|
||||
|
||||
Run nightly multi-node test cases locally refer to section of `Running Locally` of [Multi Node Test](./multi_node_test.md).
|
||||
|
||||
#### E2E test example:
|
||||
#### E2E test example
|
||||
|
||||
- Offline test example: [`tests/e2e/singlecard/test_offline_inference.py`](https://github.com/vllm-project/vllm-ascend/blob/main/tests/e2e/singlecard/test_offline_inference.py)
|
||||
- Online test examples: [`tests/e2e/singlecard/test_prompt_embedding.py`](https://github.com/vllm-project/vllm-ascend/blob/main/tests/e2e/singlecard/test_prompt_embedding.py)
|
||||
|
||||
Reference in New Issue
Block a user