Skip to content

Commit 31c6605

Browse files
committed
polish code
1 parent e79a735 commit 31c6605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/qwen/conf/config_qwen2.5_7b_pd_disaggregation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ experiment:
2222
CUDA_DEVICE_MAX_CONNECTIONS: 1
2323
VLLM_USE_V1: 0
2424
FLAGCX_SOCKET_IFNAME: bond0
25-
FLAGCX_PATH: /mine/ip122/tune_qwen/FlagCX/
25+
FLAGCX_PATH: /path/to/FlagCX/
2626
FLAGCX_DEBUG: TRACE
2727
FLAGCX_DEBUG_SUBSYS: ALL
2828
USE_FLAGCX: true

examples/qwen/conf/serve/serve_qwen2.5_7b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- serve_id: vllm_model
22
engine: vllm
33
engine_args:
4-
model: /models/Qwen2.5-0.5B-Instruct
4+
model: /models/Qwen2.5-7B-Instruct
55
host: 0.0.0.0
66
tensor_parallel_size: 1
77
pipeline_parallel_size: 1

0 commit comments

Comments
 (0)