You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install MindIE Turbo for Performance acceleration:
169
-
170
-
```{code-block} bash
171
-
:substitutions:
172
-
# Install MindIE Turbo
173
-
pip install mindie_turbo
174
-
```
175
153
:::
176
154
177
155
::::
@@ -212,18 +190,20 @@ docker run --rm \
212
190
-it $IMAGE bash
213
191
```
214
192
215
-
```{note}
216
-
1. vLLM and vLLM Ascend code are placed in `/vllm-workspace` in the docker image. And they are installed in develop mode so that the developer could easily modify the code.
193
+
The default workdir is `/workspace`, vLLM and vLLM Ascend code are placed in `/vllm-workspace` and installed in [development mode](https://setuptools.pypa.io/en/latest/userguide/development_mode.html)(`pip install -e`) to help developer immediately take place changes without requiring a new installation.
194
+
::::
217
195
218
-
2. The entrypath of the docker container is `/workspace`.
Copy file name to clipboardExpand all lines: docs/source/quick_start.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,16 @@ docker run --rm \
31
31
-it $IMAGE bash
32
32
```
33
33
34
-
```{note}
35
-
1. vLLM and vLLM Ascend code are placed in `/vllm-workspace` in the docker image. And they are installed in develop mode so that the developer could easily modify the code.
34
+
The default workdir is `/workspace`, vLLM and vLLM Ascend code are placed in `/vllm-workspace` and installed in [development mode](https://setuptools.pypa.io/en/latest/userguide/development_mode.html)(`pip install -e`) to help developer immediately take place changes without requiring a new installation.
36
35
37
-
2. The entrypath of the docker container is `/workspace`.
0 commit comments