Skip to content

Commit

Permalink
Add readme to point out that deepspeed should be used
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Sep 14, 2023
1 parent 4989dce commit 3fafebb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/phi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Phi

Due to some nuances with the phi code, please use deepspeed when training phi.

```shell
accelerate launch scripts/finetune.py examples/phi/phi-ft.yml --deepspeed deepspeed/zero2.json
```

0 comments on commit 3fafebb

Please sign in to comment.