Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnXuan committed Sep 14, 2024
2 parents 3d57656 + 8cd8b4b commit 3fa6811
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions projects/Aquila/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@
python projects/Aquila/pipeline.py --model_path=/root/models/Aquila-7B --mode=huggingface
```

### 训练
-- data preparation
- npu

```bash
python projects/Aquila/pipeline.py --model_path=/data0/hf_models/Aquila-7B --mode=huggingface --device=npu
```

- xpu

```bash
python projects/Aquila/pipeline.py --model_path=/root/models/Aquila-7B --mode=huggingface --device=xpu
```

### 训练
- data preparation
```bash
python projects/Aquila/utils/data_prepare.py
```
Expand Down

0 comments on commit 3fa6811

Please sign in to comment.