mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 03:10:35 +08:00
Added Mixture of Depths
This commit is contained in:
@@ -41,6 +41,9 @@ examples/
|
||||
├── llama_pro/
|
||||
│ ├── expand.sh: Expand layers in the model
|
||||
│ └── sft.sh: Fine-tune the expanded model
|
||||
├── MoD/
|
||||
│ ├── freeze_sft.sh: Freeze finetune a model, updating only the MoD router
|
||||
│ └── sft.sh: Fine-tune the MoD model
|
||||
└── fsdp_qlora/
|
||||
└── sft.sh: Fine-tune quantized model with FSDP+QLoRA
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user