Replies: 1 comment
-
You should probably take a look at the When you're using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run a distributed question-answering pipeline using Ray on Mac. I have set the necessary environment variable to run a cluster, and it executes. I have the yaml configured with multiple replicas for the reader, and I can see in the logs that it deploys them onto multiple machines. When I run the pipeline, it will run one of the replicas, which changes from one run to the next. However, it isn't splitting the workload; all the retrieved documents are sent to one reader.
Is there an argument I'd need to pass to the run method or something additional I'd need to set in the yaml to distribute it?
Beta Was this translation helpful? Give feedback.
All reactions