Skip to content

Commit

Permalink
Merge pull request #2226 from FedML-AI/alexleung/dev_v0700_for_merge
Browse files Browse the repository at this point in the history
[CoreEngine] set the cuda visible id into the docker container when t…
  • Loading branch information
fedml-alex authored Sep 16, 2024
2 parents fa11d0b + 1420898 commit d0826d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def start_runner_process(
agent_config=None, edge_id=edge_id
)
client_runner.start_request_json = request_json
client_runner.cuda_visible_gpu_ids_str = cuda_visible_gpu_ids_str
run_id_str = str(run_id)
self.run_process_event = multiprocessing.Event()
client_runner.run_process_event = self.run_process_event
Expand Down

0 comments on commit d0826d9

Please sign in to comment.