Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir86 committed Mar 28, 2024
1 parent 256e396 commit 68b5559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llments/lm/rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def generate(self, condition: str | None, do_sample: bool = False, max_length: i
Returns:
str: Sampled output sequences from the language model.
"""
return super().generate(condition, do_sample, max_length, temperature, num_return_sequences)
return None



0 comments on commit 68b5559

Please sign in to comment.