Skip to content

Commit 0714e96

Browse files
docs: add details in gpu selection doc
1 parent 2daff72 commit 0714e96

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/further.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ The Google Batch executor uses the same designation for GPUs as core Snakemake.
109109
[keep compatibility of machine type](https://cloud.google.com/compute/docs/gpus) with the GPU
110110
that you selected in mind. For example, if you select `gpu_nvidia=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.
113+
114+
It's possible to change the gpu type directly using the a machine compatible label:
115+
e.g. nvidia_gpu='nvidia-tesla-v100'
116+
112117
### Step Options
113118

114119
The following options are allowed for batch steps. This predominantly includes most arguments.

0 commit comments

Comments
 (0)