File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ The following environment variables are available within any Google batch run:
107107
108108The Google Batch executor uses the same designation for GPUs as core Snakemake. However, you should
109109[ keep compatibility of machine type] ( https://cloud.google.com/compute/docs/gpus ) with the GPU
110- that you selected in mind. For example, if you select ` gpu_nvidia =1` you will need an n1-* family machine type.
110+ that you selected in mind. For example, if you select ` nvidia_gpu =1` you will need an n1-* family machine type.
111111
112- On a n1-* family machine type, gpu_nvidia =1 will trigger a "nvidia-tesla-t4" gpu by default.
112+ On a n1-* family machine type, nvidia_gpu =1 will trigger a "nvidia-tesla-t4" gpu by default.
113113
114114It's possible to change the gpu type directly using a machine-compatible label:
115115e.g. nvidia_gpu='nvidia-tesla-v100'
You can’t perform that action at this time.
0 commit comments