File size: 276 Bytes
			
			| 2284209 62eaee7 2284209 62eaee7 2284209 | 1 2 3 4 5 6 7 8 9 10 11 12 | # Phi
Due to some nuances with the phi code, please use deepspeed when training phi for full finetune.
```shell
accelerate launch -m axolotl.cli.train examples/phi/phi-ft.yml --deepspeed deepspeed/zero1.json
# OR
python -m axolotl.cli.train examples/phi/phi-qlora.yml
```
 |