From df93a136cc70e2d07b2a2027b6dea274c175b388 Mon Sep 17 00:00:00 2001 From: yangjianfengo1 Date: Wed, 3 Sep 2025 19:42:40 +0800 Subject: [PATCH] fix port --- 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 bb7fc8557ee..a2dba74ab07 100644 --- a/tests/layers/test_moba_attention.py +++ b/tests/layers/test_moba_attention.py @@ -359,7 +359,7 @@ def test_server(self): 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,