Question Answering QA_GPT Model #8063
Unanswered
Prannesh45
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
-
Why is the forward function of qa_gpt_model for Megatron Empty ?
File: https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/models/question_answering/qa_gpt_model.py
Line NUmber:126,127
elif self.cfg.library == "megatron":
raise NotImplementedError()
Beta Was this translation helpful? Give feedback.
All reactions