Omid

Results 5 comments of Omid

Hi @awendel-presien, Did you manage to run any `a2-highgpu` using `cml runner launch `? I am getting the same error when I set `--cloud-type=a2-highgpu-1g `.

Thanks @dacbd, I was able to solve this problem by setting `--cloud-type=a2-highgpu-1g+nvidia-tesla-a100*1 `. BTW, how do you deal with resource availability problem. Is there a plan to address this in...

> My recommendation if its something that you encounter often would be to try some kind of simple bash loop, something like this: > > ```shell > zones=("us-central1-a", "us-central1-b", "us-central1-c")...

Sure @dacbd, I'm using the following `Buildkite` pipeline to manually launch a gpu server when I need. ```yaml agents: queue: "my-buildkite-agent" steps: - block: ":warning: Provision ec2 instance" - command:...

Thanks a lot @dacbd for pointing this out. Let me try this