add multi-device
#15381
Replies: 1 comment
-
What's wrong with RPC (apart from being a bit slow)? |
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.
-
Currently
llama.cpp
runs only on a single device (CPU/GPU).It would be useful to have multi-device support, e.g. splitting model layers or tensors across 2+ devices and synchronizing activations.
Use case:
Question:
llama.cpp
design?This would help run larger models on weaker hardware (phones, SBCs, old GPUs).
Beta Was this translation helpful? Give feedback.
All reactions