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 6d92164 commit 401d446
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 @@ -36,7 +36,7 @@ def __init__(
if self.local_LM:
self.initd_LM = False
else:
assert NVIDIA_API_KEY != '', "Please pass NVIDIA_API_KEY or set local_small_lm flag to True"
assert NVIDIA_API_KEY != '', "Please pass NVIDIA_API_KEY or set local_lm flag to True"
self.NVIDIA_API_KEY = NVIDIA_API_KEY
self.NIM_MODEL = NVIDIA_NIM_MODEL

Expand Down

0 comments on commit 401d446

Please sign in to comment.