Upgrade README.md

Former-commit-id: fe5d3bb8f07902fbd3973a56dd73837a2c175a3d
This commit is contained in:
khazic 2024-04-13 20:50:49 +08:00
parent 21c4a43085
commit 652caa3cbd

View File

@ -22,6 +22,7 @@ examples/
├── full_multi_gpu/
│ ├── single_node.sh: 使用 DeepSpeed 进行单节点训练
│ └── multi_node.sh: 使用 DeepSpeed 进行多节点训练
| └── predict.sh: 使用单卡做全参批量预测
├── merge_lora/
│ ├── merge.sh: 将 LoRA 权重合并到预训练模型中
│ └── quantize.sh: 使用 AutoGPTQ 量化模型