From c870be6d27b61acd75dbf2a4bbe321e96d095e8c Mon Sep 17 00:00:00 2001 From: yangjianfengo1 <125249383+yangjianfengo1@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:01:38 +0800 Subject: [PATCH] fix port (#3863) --- tests/layers/test_moba_attention.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/layers/test_moba_attention.py b/tests/layers/test_moba_attention.py index bb7fc8557..a2dba74ab 100644 --- a/tests/layers/test_moba_attention.py +++ b/tests/layers/test_moba_attention.py @@ -359,7 +359,7 @@ class TestMobaAttention(unittest.TestCase): model=model_path, tensor_parallel_size=2, max_model_len=131072, - engine_worker_queue_port=8793, + engine_worker_queue_port=int(os.getenv("FD_ENGINE_QUEUE_PORT")), max_num_seqs=32, quantization="wint4", enable_chunked_prefill=True,