Need help with configuring data and tensor parallel inference #4299
Unanswered
sarathkondeti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I'm trying to run vicuna 13b in 2d-parallel config.
I was able to do tensor parallelism using tp_size:2 on gpu(0,1).
How do I add data parallelism, so that both the gpu pairs (0,1 & 2,3) would have DP and each pair has TP.
Setup 4xV100(16gb)
Attaching my current script below.
Any help would be greatly appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions