Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Step3_pytorch
Commits
3de75787
Commit
3de75787
authored
Aug 04, 2025
by
luopl
Browse files
Update README.md
parent
d44ba1a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
3de75787
...
@@ -66,7 +66,6 @@ vLLM Deployment(vllm官方暂不支持AFD,只支持非分离模式部署):
...
@@ -66,7 +66,6 @@ vLLM Deployment(vllm官方暂不支持AFD,只支持非分离模式部署):
```
```
#head节点执行
#head节点执行
#Tensor Parallelism
#Tensor Parallelism
#暂不支持attention data parallelism
VLLM_USE_NN=0 VLLM_USE_FLASH_ATTN_PA=0 vllm serve /path/to/step3 \
VLLM_USE_NN=0 VLLM_USE_FLASH_ATTN_PA=0 vllm serve /path/to/step3 \
--reasoning-parser step3 \
--reasoning-parser step3 \
...
@@ -80,6 +79,7 @@ VLLM_USE_NN=0 VLLM_USE_FLASH_ATTN_PA=0 vllm serve /path/to/step3 \
...
@@ -80,6 +79,7 @@ VLLM_USE_NN=0 VLLM_USE_FLASH_ATTN_PA=0 vllm serve /path/to/step3 \
--port $PORT_SERVING
--port $PORT_SERVING
```
```
` 暂不支持attention data parallelism`
-
Client Request Examples
-
Client Request Examples
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment