kaijieJiao

Results 5 comments of kaijieJiao

> you need to install the github version of peft with `pip install git+https://github.com/huggingface/peft` sovled it!

hello,do you solve it? I meet the same error as your@Wolfscowl

> ### Describe the issue > Issue: Dataloader in train code maybe wrong. > > Command: > > ``` > deepspeed train.py \ > --deepspeed scripts/zero2.json \ > --model_name_or_path "LLaVA-VL/vicuna-7b-v1.3"...

> > ### Describe the issue > > Issue: Dataloader in train code maybe wrong. > > Command: > > ``` > > deepspeed train.py \ > > --deepspeed scripts/zero2.json...

> @kaijieJiao > > ``` > def make_supervised_data_module(tokenizer: transformers.PreTrainedTokenizer, > data_args) -> Dict: > """Make dataset and collator for supervised fine-tuning.""" > dataset_cls = LazySupervisedDataset > > > # concat...