Discussion about this post

User's avatar
Ivan Leo's avatar

Hey Benjamin! Thanks for this great series, loving the more practical content.

I think you missed out a command in the notebook to install the repository itself as a package.

```

!pip install deepspeed>=0.9.0

!git clone https://github.com/microsoft/DeepSpeedExamples.git

%cd DeepSpeedExamples/applications/DeepSpeed-Chat/

!pip install -r requirements.txt

!pip install -e . # This part is needed to run the code

```

Expand full comment
Ronan McGovern's avatar

Great series.

Btw that’s a huge Lora parameter compared to the LoRA paper (4) but I suppose it’s good if deepspeed recommends...?

Expand full comment
3 more comments...

No posts