ml6team / fondant

Production-ready data processing made easy and shareable
https://fondant.ai/en/stable/
Apache License 2.0
339 stars 26 forks source link

Implement scaling across multiple GPUs #566

Open RobbeSneyders opened 1 year ago

RobbeSneyders commented 1 year ago

By @PhilippeMoussalli:

Conclusions from https://github.com/ml6team/fondant/pull/489

Need to find a way to scale across GPUs, possible options:

Open questions:

RobbeSneyders commented 9 months ago

Interesting resource: Intro to distributed computing on GPUs with Dask in Python