Ciprian Mandache
Ciprian Mandache
@woutersamaey do you have a packagist account? I wanna add you as a maintainer so you can update.
@woutersamaey nope. @NicolasDorier ?
I'm aware of the issue for some time now. Didn't have time to get to it. I'll get to it as soon as I can. Hopefully this week.
Hello! I'm also facing this issue with auto pushing from the SFTTrainer ``` trainer = SFTTrainer( model=model, tokenizer=tokenizer, train_dataset=dataset["train"], eval_dataset=dataset["test"], dataset_text_field="text", max_seq_length=max_seq_length, dataset_num_proc=2, packing=False, args=TrainingArguments( per_device_train_batch_size=2, gradient_accumulation_steps=4, warmup_steps=5, # max_steps=60,...
hi! can you post the startup logs?