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
in my guess, it will split weight matrix to multiple matrix by row. copy each of them to diffrent device and with same complete input.
then, It should be able to increase the work rate during multi-GPU running. and decrease the decode latency.
but after test, it even worse than normal layer split. my 2080ti * 2 only get 3.11 tps output.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
in my guess, it will split weight matrix to multiple matrix by row. copy each of them to diffrent device and with same complete input.


then, It should be able to increase the work rate during multi-GPU running. and decrease the decode latency.
but after test, it even worse than normal layer split. my 2080ti * 2 only get 3.11 tps output.
run command:
Beta Was this translation helpful? Give feedback.
All reactions