[CI] fix port conflicts (#5789)

This commit is contained in:
Lianmin Zheng
2025-04-27 05:17:44 -07:00
committed by GitHub
parent 3c4e0ee64d
commit 35ca04d2fa
7 changed files with 55 additions and 51 deletions

View File

@@ -24,7 +24,7 @@ class TestTorchCompileMoe(CustomTestCase):
cls.model,
cls.base_url,
timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
other_args=["--enable-torch-compile", "--torch-compile-max-bs", "8"],
other_args=["--enable-torch-compile", "--torch-compile-max-bs", "4"],
)
@classmethod