Skip to content

Commit

Permalink
clean unused code.
Browse files Browse the repository at this point in the history
Signed-off-by: zhanluxianshen <[email protected]>
  • Loading branch information
zhanluxianshen committed Feb 12, 2025
1 parent dbbf95c commit 3cca386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verl/single_controller/base/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def get_node_ip_by_sdk():
elif os.getenv("WG_BACKEND", None) == "torch_rpc":
from verl.single_controller.torchrpc.k8s_client import get_ip_addr
return get_ip_addr()
## test it.
return None

host_ipv4 = os.getenv("MY_HOST_IP", None)
Expand Down

0 comments on commit 3cca386

Please sign in to comment.