I am using spacy for predicting ner tags using gpu. I have a bigger machine with 8 GPUs, I want to use all those GPUs.
one way to use all gpus are running 8 different script on each gpu and then passing text to each script using kafka queue.
Is there any other way through which we can use single script to use all the gpus for predicting ner.
Have you tried running Spacy with MPI? I am experimenting the following code myself, so please let me know if it works!