Skip to content

Commit cd0a76b

Browse files
committed
Update documentation from main repository
1 parent b42a6d4 commit cd0a76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stable/deployment/single_machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To install ServerlessLLM from source, follow these steps:
9292

9393
### vLLM Patch
9494

95-
To use vLLM with ServerlessLLM, you must apply a patch. The patch file is located at `sllm_store/vllm_patch/sllm_load.patch` within the ServerlessLLM repository. This patch has been tested with vLLM version `0.6.6`.
95+
To use vLLM with ServerlessLLM, you must apply a patch. The patch file is located at `sllm_store/vllm_patch/sllm_load.patch` within the ServerlessLLM repository. This patch has been tested with vLLM version `0.9.0.1`.
9696

9797
Apply the patch using the following script:
9898

docs/stable/store/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ServerlessLLM integrates with vLLM to provide fast model loading capabilities. F
114114

115115
### Prerequisites
116116

117-
Before using ServerlessLLM with vLLM, you need to apply a compatibility patch to your vLLM installation. This patch has been tested with vLLM version `0.6.6`.
117+
Before using ServerlessLLM with vLLM, you need to apply a compatibility patch to your vLLM installation. This patch has been tested with vLLM version `0.9.0.1`.
118118

119119
### Apply the vLLM Patch
120120

0 commit comments

Comments
 (0)