artidoro / qlora

QLoRA: Efficient Finetuning of Quantized LLMs
https://arxiv.org/abs/2305.14314
MIT License
9.96k stars 820 forks source link

DDP Training fails #267

Closed AntoineBlanot closed 1 year ago

AntoineBlanot commented 1 year ago

Previous issue proposed to run by: accelerate launch --num_processes xxx qlora.py --ddp_find_unused_parameters False ... But this actually do not work. (I tested with the llama2 branch). Do someone managed to make it work?

AntoineBlanot commented 1 year ago

177