Skip to content

Commit c870be6

Browse files
fix port (#3863)
1 parent 3790505 commit c870be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/layers/test_moba_attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def test_server(self):
359359
model=model_path,
360360
tensor_parallel_size=2,
361361
max_model_len=131072,
362-
engine_worker_queue_port=8793,
362+
engine_worker_queue_port=int(os.getenv("FD_ENGINE_QUEUE_PORT")),
363363
max_num_seqs=32,
364364
quantization="wint4",
365365
enable_chunked_prefill=True,

0 commit comments

Comments
 (0)