Skip to content

ffn server use vllm serve and dp#17

Merged
jiangkuaixue123 merged 1 commit intojcz_afd_v0.11.0rc3_devfrom
jcz_afd_v0.11.0rc3_ffn_dp
Dec 17, 2025
Merged

ffn server use vllm serve and dp#17
jiangkuaixue123 merged 1 commit intojcz_afd_v0.11.0rc3_devfrom
jcz_afd_v0.11.0rc3_ffn_dp

Conversation

@jiangkuaixue123
Copy link
Owner

@jiangkuaixue123 jiangkuaixue123 commented Dec 17, 2025

Purpose

FFN DP拉起
Node1:

vllm serve /home/y00889327/DSV2LiteWeight \
	-dp 2 \
	--data-parallel-size-local 1 \
	--data-parallel-address 127.0.0.1 \
	--data-parallel-rpc-port 13345 \
	--max_num_batched_tokens 72 \
	--max_num_seqs 72 \
	--max-model-len 4096 \
	--enforce-eager \
	--enable_expert_parallel \
	--afd-config '{"afd_connector":"m2nconnector", "num_afd_stages":"1", "afd_role": "ffn", "afd_extra_config":{"afd_size":"2A2F"}, "compute_gate_on_attention": "True"}' > ffn_node1.log 2>&1 &

Node2:

vllm serve /home/y00889327/DSV2LiteWeight \
	-dp 2 \
	--data-parallel-size-local 1 \
	--data-parallel-address 127.0.0.1 \
	--data-parallel-rpc-port 13345 \
	--data-parallel-start-rank 1 \
	--max_num_batched_tokens 72 \
	--max_num_seqs 72 \
	--max-model-len 4096 \
	--enforce-eager \
	--enable_expert_parallel \
	--headless \
	--afd-config '{"afd_connector":"m2nconnector", "num_afd_stages":"1", "afd_role": "ffn", "afd_extra_config":{"afd_size":"2A2F"}, "compute_gate_on_attention": "True"}' > ffn_node2.log 2>&1 &

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Signed-off-by: jiangkuaixue123 <jiangxiaozhou111@163.com>
@jiangkuaixue123 jiangkuaixue123 merged commit 0f06c8a into jcz_afd_v0.11.0rc3_dev Dec 17, 2025
4 of 5 checks passed
@jiangkuaixue123 jiangkuaixue123 deleted the jcz_afd_v0.11.0rc3_ffn_dp branch January 8, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant