Skip to content

Commit 43f7eae

Browse files
committed
Minor lint fix
1 parent 615aa98 commit 43f7eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_rl/algorithms/loss_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def _dpo_loss(
624624
)
625625

626626
# TODO a cleaner typing fix would be required (probably that DPOLossFn should not inherit from PreferenceLoss)
627-
def __call__( # type: ignore
627+
def __call__( # type: ignore
628628
self,
629629
next_token_logits: Tensor,
630630
data: BatchedDataDict[DPOLossDataDict],

0 commit comments

Comments
 (0)