Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Oct 7, 2024
1 parent 7416b42 commit fdcd77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdelfin/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def run_train(config: TrainConfig):
setup_environment(aws_config=config.aws, wandb_config=config.wandb, WANDB_RUN_GROUP=run_name.group)

processor = AutoProcessor.from_pretrained(config.model.name_or_path)
train_dataset, valid_dataset = make_dataset(config)
train_dataset, valid_dataset = make_dataset(config, processor)

model = Qwen2VLForConditionalGeneration.from_pretrained(
config.model.name_or_path, torch_dtype=torch.bfloat16,
Expand Down

0 comments on commit fdcd77e

Please sign in to comment.