Hey, how to use CuDF acceleration for Pandas in Fl...
# ask-the-community
m
Hey, how to use CuDF acceleration for Pandas in Flyte tasks?
k
This is something we were just discussing off adding a new type transformer
Cc @Thomas J. Fan / @Niels Bantilan
n
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] 👇