Skip to content

Commit

Permalink
haflway through modularizing
Browse files Browse the repository at this point in the history
  • Loading branch information
puririshi98 committed Jul 10, 2024
1 parent 5badc10 commit e131d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch_geometric/nn/nlp/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def pad_embeds(batch_inputs_embeds, batch_attention_mask, batch_label_input_ids=
label_input_ids = None
return inputs_embeds, attention_mask, label_input_ids

def _get_embeds
def forward(
self,
question: List[str],
Expand Down

0 comments on commit e131d53

Please sign in to comment.