Skip to content

Commit

Permalink
Update torch_geometric/nn/nlp/txt2kg.py
Browse files Browse the repository at this point in the history
Co-authored-by: Serge Panev <[email protected]>
  • Loading branch information
puririshi98 and Kh4L authored Dec 19, 2024
1 parent 401d446 commit bd24181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/nn/nlp/txt2kg.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TXT2KG():
Use local_lm flag for local debugging/dev. You still need to be able to
inference a 14B param LLM, 'VAGOsolutions/SauerkrautLM-v2-14b-DPO'.
Smaller LLMs did not work at all in testing.
Note this 14B model requires a considerable amount of VRAM.
Note this 14B model requires a considerable amount of GPU memory.
"""
def __init__(
self,
Expand Down

0 comments on commit bd24181

Please sign in to comment.