Skip to content

Commit

Permalink
minor qb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Mar 19, 2024
1 parent f6db06d commit 6e65e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gpu_tests/ddp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_lr_pairwise_scores(self) -> None:
score_args=score_args,
overwrite_output_dir=True,
)
new_pairwise_scores = self.analyzer.load_pairwise_scores(scores_name=NEW_SCORE_NAME)
new_pairwise_scores = self.analyzer.load_pairwise_scores(scores_name="ddp_qb")

if LOCAL_RANK == 0:
print(f"Previous score: {pairwise_scores[ALL_MODULE_NAME][0]}")
Expand Down

0 comments on commit 6e65e88

Please sign in to comment.