(selected_gpus)
| 71 | |
| 72 | |
| 73 | def get_gpus(selected_gpus): |
| 74 | selected_gpus = [x.strip() for x in selected_gpus.split(",")] |
| 75 | return selected_gpus |
| 76 | |
| 77 | |
| 78 | def start_local_trainers_cpu(trainer_endpoints, training_script, training_script_args, log_dir=None): |