Skip to content

Commit

Permalink
fix bug in pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
sichu2023 committed Feb 6, 2025
1 parent c204616 commit ecc9f67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sub-packages/bionemo-llm/src/bionemo/llm/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ def train(
config=bionemo_model_config,
tokenizer=data.tokenizer,
optimizer=optimizer,
train_metric=None,
valid_metric=None,
)
trainer: nl.Trainer = setup_trainer(parallel_config, training_config, nsys_config=nsys_config)
nemo_logger: nl.NeMoLogger = nemo_logger_factory(experiment_config, wandb_config=wandb_config)
Expand Down

0 comments on commit ecc9f67

Please sign in to comment.