Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcc0403 committed Feb 1, 2025
1 parent bf51002 commit f63507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chunked_loss/test_dpo_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_correctness(
for i in range(len(aggregated_aux_outputs1)):
if i > 4 and dtype == torch.bfloat16:
# numerical instability in bf16 for chosen_rewards and rejected_rewards
# temporary fix
# temporary fix. TODO: investigate how to reduce numercial instabiltiy issue
assert_verbose_allclose(
aggregated_aux_outputs1[i],
aggregated_aux_outputs2[i],
Expand Down

0 comments on commit f63507a

Please sign in to comment.