Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(wgt): enable DI using torch-rpc to support GPU-p2p and RDMA-rpc #562

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test_distributer process launch error
SolenoidWGT committed Jan 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3fa5319f7504f37040e9635197c4659a0f5dc0e6
1 change: 1 addition & 0 deletions ding/framework/middleware/tests/test_distributer.py
Original file line number Diff line number Diff line change
@@ -176,6 +176,7 @@ def test_model_exchanger():


def model_exchanger_main_with_model_loader():
sleep(1) # Wait some time for the sub-process to start.
with task.start(ctx=OnlineRLContext()):
set_pkg_seed(0, use_cuda=False)
policy = MockPolicy()