Skip to content

Commit 3d29a35

Browse files
author
SHshenhao
committed
update_test
1 parent 8e21f75 commit 3d29a35

17 files changed

Lines changed: 81 additions & 60 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
export HTTPS_PROXY=http://127.0.0.1:7897
143143
export SLIME_VISIBLE_DEVICES=mlx5_0,mlx5_1,mlx5_2,mlx5_3,mlx5_4,mlx5_5,mlx5_6,mlx5_7
144144
unset PIP_EXTRA_INDEX_URL
145+
export DLSLIME_TCP_TEST_CUDA=ON
145146
python -m pip install -U pip pytest
146147
python -m pip show dlslime || true
147148
python -m pip uninstall -y dlslime || true

dlslime/bench/python/tcp_bench_spmd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ def rank_0_print(*args):
120120
raise ValueError("Immediate data can only be used with write operations.")
121121

122122
if args.transfer_engine == "dlslime":
123-
tcp_endpoint = TcpEndpoint(f"{local_ip}", 12000 + local_rank)
123+
tcp_endpoint = TcpEndpoint(f"{local_ip}", 22500 + local_rank)
124124
elif args.transfer_engine == "mooncake":
125125
engine = MooncakeTransferEngine()
126126
result = engine.initialize(
127-
f"{local_ip}:{12000+local_rank}", "P2PHANDSHAKE", "tcp", None
127+
f"{local_ip}:{22500+local_rank}", "P2PHANDSHAKE", "tcp", None
128128
)
129129
mooncake_endpoint_info = {
130130
"local_ip": local_ip,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)