Request large gpu ¶
By: MaiAShaaban on Feb. 14, 2024, 1:38 p.m.
Hello,
How can I use the command "large-gpu"? It is mentioned in the documentation but it is not clear where to write it.
By: MaiAShaaban on Feb. 14, 2024, 1:38 p.m.
Hello,
How can I use the command "large-gpu"? It is mentioned in the documentation but it is not clear where to write it.
By: alvaroparicio on Feb. 14, 2024, 4 p.m.
Hi, "large-gpu" is not a command, it is an argument to the "jobman" command, you can just type the command without arguments to see some examples: The last example is to submit a job with the "ubuntu-python" image, using the "latest-cuda" version (important if you want the cuda libraries and tools are included in order to use the GPU) and using the resource flavor ("-r" argument) "small-gpu". All the resource flavors are detailed in the documentation, in the section dedicated to jobman. Hope we could help!