update examples

This commit is contained in:
hiyouga
2024-04-02 20:41:49 +08:00
parent 11a6c1bad6
commit 31ffbde24d
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