update readme and examples

This commit is contained in:
hiyouga
2024-04-22 00:37:32 +08:00
parent ddbd29d777
commit a1f1fac33b
12 changed files with 266 additions and 13 deletions

View File

@@ -18,7 +18,8 @@ examples/
│ └── aqlm.sh: Fine-tune 2-bit AQLM models using QLoRA
├── lora_multi_gpu/
│ ├── single_node.sh: Fine-tune model with Accelerate on single node using LoRA
── multi_node.sh: Fine-tune model with Accelerate on multiple nodes using LoRA
── multi_node.sh: Fine-tune model with Accelerate on multiple nodes using LoRA
│ └── ds_zero3.sh: Fine-tune model with DeepSpeed ZeRO-3 using LoRA
├── full_multi_gpu/
│ ├── single_node.sh: Full fine-tune model with DeepSpeed on single node
│ ├── multi_node.sh: Full fine-tune model with DeepSpeed on multiple nodes