Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Usage]: Distributed Inference Without Docker. #793

Open
Abdulhanan535 opened this issue Oct 30, 2024 · 3 comments
Open

[Usage]: Distributed Inference Without Docker. #793

Abdulhanan535 opened this issue Oct 30, 2024 · 3 comments

Comments

@Abdulhanan535
Copy link

Your current environment

The output of `python env.py`

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

@AlpinDale
Copy link
Member

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.

@Abdulhanan535
Copy link
Author

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.

they're on a LAN network.

@Abdulhanan535
Copy link
Author

can you guide? kinda confused. (tried llamacpp it's good like getting 5t/s on 70b but i need more speed.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants