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
I want to run a single model on multiple machines in a network but the issue is i can't install docker on them any way i can use it without the docker?
the script of distributed inference on multi node (uses docker).
Yes you can, it's just much more difficult without docker. Are the machines physically connected to each other? If they're not, I'd recommend not doing it - it would be slow to the point of being unusable. It's likely everything you're running will timeout before a successful all-reduce/gather.
Yes you can, it's just much more difficult without docker. Are the machines physically connected to each other? If they're not, I'd recommend not doing it - it would be slow to the point of being unusable. It's likely everything you're running will timeout before a successful all-reduce/gather.
Your current environment
Not needed
How would you like to use Aphrodite?
I want to run a single model on multiple machines in a network but the issue is i can't install docker on them any way i can use it without the docker?
the script of distributed inference on multi node (uses docker).
https://aphrodite.pygmalion.chat/pages/usage/distributed.html
The text was updated successfully, but these errors were encountered: