fast-dog-88545
07/27/2023, 7:01 PM@batch decorator? My team is launching batch job in aws sagemaker studio's terminalcrooked-jordan-29960
07/27/2023, 7:04 PMos.getenv("AWS_BATCH_JOB_ID", None)crooked-jordan-29960
07/27/2023, 7:08 PMfast-dog-88545
07/27/2023, 7:12 PM@batch . But we are now having a problem in linking the specific GPU to the user's batch job. The current plan is to get the job_id of the batch job, and then use the job id to get the instance ids of GPU launched by the job.
I was wondering if metaflow has some functions that might help but I am missing? Any thoughts or ideas on this would be greatly appreciated.crooked-jordan-29960
07/27/2023, 7:22 PMnvidia-smi to track the utilization of specific processor like how @gpu_profile does.fast-dog-88545
07/27/2023, 7:25 PMsquare-wire-39606
07/27/2023, 8:00 PM