ray-educational-materials icon indicating copy to clipboard operation
ray-educational-materials copied to clipboard

[Bug]:

Open robinsonmhj opened this issue 1 year ago • 2 comments

Notebook with bug

LLM_finetuning_and_batch_inference.ipynb

What happened?

Get the following errors while running the following cell trainer = HuggingFaceTrainer( trainer_init_per_worker=trainer_init_per_worker, scaling_config=ScalingConfig(num_workers=num_workers, use_gpu=use_gpu), datasets={ "train": train_dataset, "evaluation": validation_dataset, }, run_config=RunConfig( checkpoint_config=CheckpointConfig( num_to_keep=1, checkpoint_score_attribute="eval_loss", checkpoint_score_order="min", ), ), preprocessor=batch_preprocessor, )

image

Environment info

ray 2.8 python3.9

Issue Severity

High: It blocks me from completing my task.

robinsonmhj avatar Nov 16 '23 15:11 robinsonmhj