diff --git a/nvidia/pytorch-fine-tune/README.md b/nvidia/pytorch-fine-tune/README.md index 77280cd..3f58787 100644 --- a/nvidia/pytorch-fine-tune/README.md +++ b/nvidia/pytorch-fine-tune/README.md @@ -90,10 +90,18 @@ pip install transformers peft datasets "trl==0.19.1" "bitsandbytes==0.48" huggingface-cli login ## - ``` -To run LoRA on Llama3-8B use the following command: +## Step6: Clone the git repo with finetuning recipes + +```bash +git clone +cd assets +``` + +##Step7: Run the finetuning recipes + +To run LoRA on Llama3-8B use the following command: ```bash python Llama3_8B_LoRA_finetuning.py ```