How to configure for GPUs using Opta GCP directions? #2713
-
I'm interested in trying out Flyte on GCP with tasks that vary in CPU, memory, and GPU usage. I noticed this tutorial provides a deployment from Opta. However, I saw in the yaml here it provides an autoscaling (3-6 node) e2-medium node pool for the cluster.
How does one modify this configuration to provide the ability to use GPU enabled machines from a separate node pool? I saw these taint/tolerations directions, but was a little confused on how to tie it all together. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
@tszumowski -- I am almost certain that is a typo. Suggesting to try by removing this line: https://github.com/flyteorg/flyte/blob/master/opta/gcp/env.yaml#L15 |
Beta Was this translation helpful? Give feedback.
-
We are in the process of updating our deployment guides/opta to ensure that they are more straightforward to follow. |
Beta Was this translation helpful? Give feedback.
-
https://app.slack.com/team/U03R43ZK55Y But I am curious how to apply that configuration shown:
I saw this thread which mentioned updating the propellor configmap. Is that the way to go? Or is there a way to update plugins via the flyte config? Thanks! (edited) Me: OP: Me: OP: The Opta deployment uses the helm chart. So sounds like that is the way to go for me. Thanks! |
Beta Was this translation helpful? Give feedback.
https://app.slack.com/team/U03R43ZK55Y
OP:
Newcomer question. I was wondering if anyone had tips on how to configure flyte to access GPUs. I see this document:
https://docs.flyte.org/projects/cookbook/en/latest/auto/deployment/configure_use_gpus.html#sphx-glr-auto-deployment-configure-use-gpus-py
But I am curious how to apply that configuration shown:
I saw this thread which mentioned updating the propellor configmap. Is that the way to go? Or is there a way to update plugins via the flyte co…