diff --git a/examples/phi/README.md b/examples/phi/README.md new file mode 100644 index 0000000000..fcbbe1eb2f --- /dev/null +++ b/examples/phi/README.md @@ -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 +```