cromwell
cromwell copied to clipboard
Dose not support A100 gpu for google backend
Hi Want to run my pipeline in gcp with nvidia-tesla-a100. Get errors for insert machine. Trake into the code since cromwell set n2-custom machine meanwhile a100 require a2-highgpu-1g. I guess it is not a big change but can extend capbilities.
runtime {bootDiskSizeGb: 100 disks: "/mnt 3000 HDD" gpuType: "nvidia-tesla-a100" gpuCount: 1 nvidiaDriverVersion: "418.87.00" zones: ["us-central1-c"] } (edited)