You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm currently working on using predictions to filter a large amount of data. I've been using the filter method from the HF dataset, but it's taking too long given the size of the dataset. I'm considering running the model on multiple GPUs to speed up the process.
Any suggestions on how to do this? What would be the easiest and most straightforward way to run the model on multiple GPUs?
Hi,
I'm currently working on using predictions to filter a large amount of data. I've been using the filter method from the HF dataset, but it's taking too long given the size of the dataset. I'm considering running the model on multiple GPUs to speed up the process.
Any suggestions on how to do this? What would be the easiest and most straightforward way to run the model on multiple GPUs?
I'm using something like this:
The text was updated successfully, but these errors were encountered: