Anirban Das
Anirban Das
I ran this recently on GCP. I was unable to reproduce the `RefreshError: ('invalid_scope: Invalid OAuth scope or ID token audience provided.', '{"error":"invalid_scope","error_description":"Invalid OAuth scope or ID token audience provided."}')`...
Added Note stating the EKS specific issue of the client restarting on calling compute.
Incorporated review comments @Nanthini10 . Should we still keep this as WIP ? @zronaghi
I was able to atleast circumvent the Insufficient Permissions error with the following code: ```python def get_device_total_memory(index=0, migindex=0): """ Return total memory of CUDA device with index """ import pynvml...
I tested a few things. I have used a VM on AWS which has 8 A100 GPUs. I enabled MIG on GPU 0 and divided that into 7 5GB instances....
I believe this can be closed. @pentschev can attest please? On Thu, Jan 6, 2022, 10:36 AM Nick Becker ***@***.***> wrote: > Based on #674 , it > sounds like...