Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
cbalioglu committed Feb 6, 2025
1 parent fc08a3d commit 49fb44f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/fairseq2/recipes/lm/_preference_finetune/_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ def load_po_finetuner(
) -> Trainer[PreferenceBatch]:
config = structure(config, POFinetuneConfig)

from fairseq2.logging import log
from fairseq2.recipes.utils.log import log_config

log_config(log, "dede", config)
register_extra_asset_paths(context, config)

torch.set_float32_matmul_precision("high")
Expand Down

0 comments on commit 49fb44f

Please sign in to comment.