Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am now using bohrium platform. if i want to run two dp train jobs on one GPU, how do i set the parameters? i have tried to set para_deg = 2, but it didn't work. the following is the part of my machine.json file.
"resources": {
"number_node": 1,
"cpu_per_node": 8,
"gpu_per_node": 1,
"para_deg": 2,
"queue_name": "V100_8_32",
"group_size": 1,
"custom_flags": [],
"strategy": {"if_cuda_multi_devices": true},
"para_deg": 3,
"source_list": []
Beta Was this translation helpful? Give feedback.
All reactions