Skip to content

Commit f922579

Browse files
committed
Document Sync by Tina
1 parent b22e1fd commit f922579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stable/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ pip install .
5656

5757
# vLLM Patch
5858
To use vLLM with ServerlessLLM, you need to apply our patch located at `sllm_store/vllm_patch/sllm_load.patch` to the vLLM repository. to the vLLM repository.
59-
The patch has been tested with vLLM version `0.5.0.post1`.
59+
The patch has been tested with vLLM version `0.6.6`.
6060

6161
You can apply the patch by running the following script:
6262
```bash
6363
conda activate sllm-worker
6464
./sllm_store/vllm_patch/patch.sh
65-
```
65+
```

0 commit comments

Comments
 (0)