Skip to content

Commit 6fa7ae3

Browse files
committed
Change temp directory
1 parent 8280d26 commit 6fa7ae3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,11 @@ In this case, please install vLLM first. You can do so by running
110110
container with the following commands:
111111

112112
```
113-
TEMP_TRITON_VLLM_DIR=/tmp/backends/vllm_backend
113+
TEMP_TRITON_VLLM_DIR=/tmp/vllm_backend
114114
mkdir -p /opt/tritonserver/backends/vllm $TEMP_TRITON_VLLM_DIR
115115
git clone https://github.com/triton-inference-server/vllm_backend.git $TEMP_TRITON_VLLM_DIR
116116
cp -r $TEMP_TRITON_VLLM_DIR/src/* /opt/tritonserver/backends/vllm
117117
rm -rf $TEMP_TRITON_VLLM_DIR
118-
rm -d /tmp/backends
119118
```
120119

121120
## Using the vLLM Backend

0 commit comments

Comments
 (0)