worried-airplane-87065
01/24/2025, 6:22 PMjolly-florist-66728
01/24/2025, 6:22 PMgpu-resource-name
and resource-tolerations
settings to ensure that tasks are scheduled on nodes with GPUs. For example, you can set the gpu-resource-name
to nvidia.com/gpu
and configure tolerations to match the taints on your GPU nodes.
3. Task Specification: When defining tasks in Flyte, use the Resources
object to request GPUs. For example, Resources(gpu="1")
requests one GPU for the task. Ensure that the task's resource requests align with the available GPU resources in your cluster.
For more detailed guidance, refer to the Flyte documentation on configuring access to GPUs.
Would you like more detail on any specific part of this process?
Sources:
- Flyte documentation on configuring access to GPUs 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.