Skip to content

Commit

Permalink
remove pp error
Browse files Browse the repository at this point in the history
Signed-off-by: sichu <[email protected]>
  • Loading branch information
sichu2023 committed Jan 17, 2025
1 parent e7191c8 commit a404cc5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ def main(
if scheduler_num_steps is None:
scheduler_num_steps = num_steps

if (log_train_ppl or log_val_ppl) and pipeline_model_parallel_size > 1:
raise NotImplementedError("Perplexity logging does not support pipeline parallelism yet.")

model = biobert_lightning_module(
esm2_config,
tokenizer=tokenizer,
Expand Down

0 comments on commit a404cc5

Please sign in to comment.