Note: to run single-GPU Q-LoRA training, you may need to install mpi4py through pip or conda. To run Q-LoRA, directly run the following script: # Single GPU training bash finetune/finetune_qlora_single_gpu.sh # Distributed training bash finetune/finetune_qlora_ds.sh For Q-LoRA, we...