Phi examples (#569)
* add phi full ft example * Add readme to point out that deepspeed should be used * zero1 is better than zero2 for phi
This commit is contained in:
7
examples/phi/README.md
Normal file
7
examples/phi/README.md
Normal file
@@ -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/zero1.json
|
||||
```
|
||||
Reference in New Issue
Block a user