https://flyte.org logo
#ask-the-community
Title
# ask-the-community
m

mykyta luzan

11/13/2023, 2:59 PM
Hey, how to use CuDF acceleration for Pandas in Flyte tasks?
k

Ketan (kumare3)

11/13/2023, 3:46 PM
This is something we were just discussing off adding a new type transformer
Cc @Thomas J. Fan / @Niels Bantilan
n

Niels Bantilan

11/13/2023, 5:24 PM
Hi @mykyta luzan you can use these inside a Flyte task today, with the current considerations: • need to make sure the cluster is properly configured to use GPUs so you can request them with
requests=Resources(gpu="1")
• You’ll have to manually convert the results to a type that Flyte understands (e.g. FlyteFile or pandas StructuredDataset) Do you mind opening up a feature request for adding support for CuDF type transformer? [flyte-core] 👇