Unverified Commit 300b4c21 authored by Liangsheng Yin's avatar Liangsheng Yin Committed by GitHub
Browse files

[CI] fix possible port conflicts. (#12452)


Co-authored-by: default avatarLianmin Zheng <15100009+merrymercy@users.noreply.github.com>
parent c0652d90
......@@ -151,7 +151,7 @@ def _use_cached_default_models(model_repo: str):
if is_in_ci():
DEFAULT_PORT_FOR_SRT_TEST_RUNNER = (
10000 + int(os.environ.get("CUDA_VISIBLE_DEVICES", "0")[0]) * 1000
10000 + int(os.environ.get("CUDA_VISIBLE_DEVICES", "0")[0]) * 2000
)
else:
DEFAULT_PORT_FOR_SRT_TEST_RUNNER = (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment