Skip to content

Commit

Permalink
will this cache? o.O
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed Oct 1, 2024
1 parent f7e5d8e commit d318e72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nemo_aligner/data/nlp/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,3 +372,7 @@ def build_dataloader(
pin_memory=True,
collate_fn=collate_fn,
)

class HelloWorld:
def __init__(self):
print("hello, world!")

0 comments on commit d318e72

Please sign in to comment.