v1.1.3
版本发布时间: 2023-10-27 04:40:13
haotian-liu/LLaVA最新发布版本:v1.2.0(2024-01-31 14:07:08)
Updates
- Support LoRA for the instruction tuning stage of LLaVA-1.5 -- comparable performance to full-model finetuning, and reduced requirements on GPU VRAM. (ckpts/logs, script)
- Bring your own data and finetune LLaVA-1.5 to your own task. (instruction)
- Basic support for Windows. (instruction)
- Fix: the training behavior with gradient accumulation is the same as large-batch training.
Notes
- A new LoRA schedule for LLaVA-1.5 is used,
- rank:128
- alpha: 256
- lr (LoRA): 2e-4
- lr (projector): 2e-5