Add Deepspeed LoRA dependencies in document (#11410)

This commit is contained in:
Heyang Sun 2024-06-24 15:29:59 +08:00 committed by GitHub
parent abe53eaa4f
commit c985912ee3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,12 @@ bash lora_finetune_llama2_7b_arc_1_card.sh
##### Finetuning ChatGLM3-6B on two Arc A770
```bash
# install deepspeed dependencies
source /opt/intel/oneapi/setvars.sh # necessary to run before installing deepspeed
pip install git+https://github.com/microsoft/DeepSpeed.git@78c518e
pip install git+https://github.com/intel/intel-extension-for-deepspeed.git@ec33277
#start finetuning
bash lora_deepspeed_zero3_finetune_chatglm3_6b_arc_2_card.sh
```