update examples

Former-commit-id: bf36b16e48d6438de6d0b2f2bfe33f7895699b9d
This commit is contained in:
hiyouga
2024-04-02 20:41:49 +08:00
parent c1510d19c7
commit 933a084999
5 changed files with 6 additions and 29 deletions

View File

@@ -23,8 +23,8 @@ examples/
│ ├── single_node.sh
│ └── multi_node.sh
├── merge_lora/
│ ├── merge.sh
│ └── quantize.sh
│ ├── merge.sh: Merge LoRA weights
│ └── quantize.sh: Quantize with AutoGPTQ
├── inference/
│ ├── cli_demo.sh
│ ├── api_demo.sh