run without transformers pipeline

#2
by csegalin - opened

is possible to run the model without the transformer pipeline?
asking as it doesn't allow to run on multi gpus for mutliprocessing and using cpu is quite slow

You can run on GPU by moving the model to GPU. one way would be to have a simple subprocess launcher so that it runs on your cluster/setup

Sign up or log in to comment