[QUESTION] When will multimodal evaluation support pipeline parallelism ? #1244
Unanswered
wangxiaoyang-dev
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
Uh oh!
There was an error while loading. Please reload this page.
-
In currently, multimodal evaluation does not support pipeline parallelism, refer to
Megatron-LM/examples/multimodal/run_text_generation.py
Line 944 in db7d37b
In some multimodals such as InternVL2-Llama3-76B, its vision model has 25 attention heads which does not support tensor parallelism, so it needs pipeline parallelism to evaluation. so i want to ask when will multimodal evaluation support pipeline parallelism ?
thank.
Beta Was this translation helpful? Give feedback.
All reactions